Dheepak Krishnamurthy d9b871a807 Add BufLeave autocommand
2020-04-05 17:24:47 -06:00
2020-04-05 17:24:47 -06:00
2020-04-05 11:24:23 -06:00
2020-04-05 11:24:23 -06:00

lazygit.vim

Plugin for calling lazygit from within neovim.

Install

Use any plugin manager:

vim-plug

Plug 'kdheepak/lazygit.vim'

dein.vim

call dein#add('kdheepak/lazygit.vim')

Vundle.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
Description
No description provided
Readme MIT 209 KiB
Languages
Lua 88.2%
Vim Script 11.8%