diff --git a/tests/MINRC b/tests/MINRC index 73cdf2e..aaf2106 100644 --- a/tests/MINRC +++ b/tests/MINRC @@ -16,6 +16,7 @@ Plug '~/gitrepos/lazygit.vim' " Initialize plugin system call plug#end() +let mapleader = " " nnoremap lg :LazyGit " Save the above to a file `MINRC`, and run `nvim -u MINRC` and type `lg` in normal mode.