COnfigure neovim
This commit is contained in:
parent
1cd118a2a8
commit
9a316e0cc9
@ -10,7 +10,10 @@
|
|||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
|
|
||||||
colorschemes.gruvbox.enable = true;
|
colorschemes.gruvbox = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.vimPlugins.gruvbox-nvim;
|
||||||
|
};
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
mapleader = " ";
|
mapleader = " ";
|
||||||
|
|||||||
@ -5,5 +5,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
globalstatus = true;
|
globalstatus = true;
|
||||||
iconsEnabled = true;
|
iconsEnabled = true;
|
||||||
|
theme = "gruvbox_dark";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user