From 66b97571fd91834ec406cb8a68e50e988c4e78e2 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 18 Jul 2025 07:25:00 -0500 Subject: [PATCH] home/nixvim | colorscheme, another key map --- home/common/nixvim.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 = {