home/nixvim | colorscheme, another key map
This commit is contained in:
parent
585ba9d485
commit
66b97571fd
1 changed files with 6 additions and 1 deletions
|
|
@ -12,10 +12,15 @@
|
||||||
key = "<leader>gg";
|
key = "<leader>gg";
|
||||||
action = ":LazyGit<CR>";
|
action = ":LazyGit<CR>";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
key = "<leader>/";
|
||||||
|
action = "gcc";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
colorschemes.dracula.enable = true;
|
# colorschemes.dracula.enable = true;
|
||||||
|
colorschemes.catppuccin.enable = true;
|
||||||
plugins = {
|
plugins = {
|
||||||
airline.enable = true;
|
airline.enable = true;
|
||||||
alpha = {
|
alpha = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue