nvim: Add <SPC>gg to open lazygit

This commit is contained in:
Sridhar Ratnakumar 2022-05-08 10:12:39 -04:00
parent ac14a29f62
commit 4e55719154

View file

@ -29,7 +29,13 @@ in
# For working mouse support when running inside tmux
terminus
lazygit-nvim
{
plugin = lazygit-nvim;
type = "lua";
config = ''
nmap("<leader>gg", ":LazyGit<cr>")
'';
}
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars))
# Preferred theme