home/nixvim | colorscheme, another key map

This commit is contained in:
Don Harper 2025-07-18 07:25:00 -05:00
parent 585ba9d485
commit 66b97571fd

View file

@ -12,10 +12,15 @@
key = "<leader>gg";
action = ":LazyGit<CR>";
}
{
key = "<leader>/";
action = "gcc";
}
];
enable = true;
defaultEditor = true;
colorschemes.dracula.enable = true;
# colorschemes.dracula.enable = true;
colorschemes.catppuccin.enable = true;
plugins = {
airline.enable = true;
alpha = {