Files
lazygit.nvim/README.md
2020-04-05 13:54:34 -06:00

652 B

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