diff --git a/home/neovim.nix b/home/neovim.nix index c652260..8277fdf 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -29,7 +29,13 @@ in # For working mouse support when running inside tmux terminus - lazygit-nvim + { + plugin = lazygit-nvim; + type = "lua"; + config = '' + nmap("gg", ":LazyGit") + ''; + } (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) # Preferred theme