d9b871a807bfaab4192c9af1a59628d9dbc7cfd3
lazygit.vim
Plugin for calling lazygit from within neovim.
Install
Use any plugin manager:
Plug 'kdheepak/lazygit.vim'
call dein#add('kdheepak/lazygit.vim')
Plugin 'kdheepak/lazygit.vim'
Usage
" lazygit
nnoremap <silent> <leader>lg :LazyGit<CR>
Using neovim-remote
Add the following to your .gitconfig to use your current neovim instance at the commit editor for git.
[core]
editor = nvr --remote-wait-silent
Languages
Lua
88.2%
Vim Script
11.8%