# lazygit.nvim Plugin for calling lazygit from within nvim. ### Install Use any plugin manager: **[vim-plug](https://github.com/junegunn/vim-plug)** ```vim Plug 'kdheepak/lazygit.nvim' ``` **[dein.vim](https://github.com/Shougo/dein.vim)** ```vim call dein#add('kdheepak/lazygit.nvim') ``` **[Vundle.vim](https://github.com/junegunn/vim-plug)** ```vim Plugin 'kdheepak/lazygit.nvim' ``` ### Usage ```vim " lazygit nnoremap lg :LazyGit ```