diff --git a/home/common/nixvim.nix b/home/common/nixvim.nix index 3c04c14..773b24d 100644 --- a/home/common/nixvim.nix +++ b/home/common/nixvim.nix @@ -2,6 +2,17 @@ programs = { ripgrep.enable = true; nixvim = { + globals.mapleader = " "; + keymaps = [ + { + key = "e"; + action = ":Neotree"; + } + { + key = "gg"; + action = ":LazyGit"; + } + ]; enable = true; defaultEditor = true; colorschemes.dracula.enable = true;