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