diff --git a/home/common/nixvim.nix b/home/common/nixvim.nix index 773b24d..936d0d6 100644 --- a/home/common/nixvim.nix +++ b/home/common/nixvim.nix @@ -12,10 +12,15 @@ key = "gg"; action = ":LazyGit"; } + { + key = "/"; + action = "gcc"; + } ]; enable = true; defaultEditor = true; - colorschemes.dracula.enable = true; + # colorschemes.dracula.enable = true; + colorschemes.catppuccin.enable = true; plugins = { airline.enable = true; alpha = {