COnfigure neovim

This commit is contained in:
Isshi0417 2024-07-19 16:17:34 +09:00
parent 1cd118a2a8
commit 9a316e0cc9
2 changed files with 5 additions and 1 deletions

View File

@ -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 = " ";

View File

@ -5,5 +5,6 @@
enable = true; enable = true;
globalstatus = true; globalstatus = true;
iconsEnabled = true; iconsEnabled = true;
theme = "gruvbox_dark";
}; };
} }