Make mapleader <SPC> in MINRC

This commit is contained in:
Dheepak Krishnamurthy
2020-04-12 04:24:07 -06:00
parent 5acb11ad93
commit 62224c11dc

View File

@@ -16,6 +16,7 @@ Plug '~/gitrepos/lazygit.vim'
" Initialize plugin system
call plug#end()
let mapleader = " "
nnoremap <silent> <leader>lg :LazyGit<CR>
" Save the above to a file `MINRC`, and run `nvim -u MINRC` and type `<leader>lg` in normal mode.