Skip to content

Instantly share code, notes, and snippets.

View vbkaisetsu's full-sized avatar
♾️

Koichi Akabe vbkaisetsu

♾️
  • Edogawa, Tokyo, JP
View GitHub Profile
vim.cmd[[packadd packer.nvim]]
require'packer'.startup(function()
use'tpope/vim-fugitive'
use'tpope/vim-repeat'
use{'wbthomason/packer.nvim', opt = true}
use{'rhysd/git-messenger.vim', opt = true, cmd = {'GitMessenger'}}