You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following are configuration options and their defaults.
letg:lazygit_floating_window_winblend=0" transparency of floating windowletg:lazygit_floating_window_scaling_factor=0.9" scaling factor for floating window
Call :LazyGit to start a floating window with lazygit. And set up a mapping to call :LazyGit:
" setup mapping to call :LazyGitnnoremap<silent><leader>lg:LazyGit<CR>
Open the configuration file for lazygit directly from vim.
:LazyGitConfig<CR>
If the file does not exist it'll load the defaults for you.
The text was updated successfully, but these errors were encountered:
lazygit.vim
Plugin for calling lazygit from within neovim.
Install
Use any plugin manager:
vim-plug
Plug 'kdheepak/lazygit.vim'
dein.vim
Vundle.vim
Usage
The following are configuration options and their defaults.
Call
:LazyGit
to start a floating window withlazygit
. And set up a mapping to call:LazyGit
:Open the configuration file for
lazygit
directly from vim.:LazyGitConfig<CR>
If the file does not exist it'll load the defaults for you.
The text was updated successfully, but these errors were encountered: