mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 23:40:12 +02:00
Add gruvbox options
This commit is contained in:
parent
a0fe9e6ca4
commit
32728e5ea9
2 changed files with 129 additions and 1 deletions
|
@ -33,7 +33,10 @@
|
|||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
colorschemes.gruvbox.enable = true;
|
||||
colorschemes.gruvbox = {
|
||||
enable = true;
|
||||
italics = true;
|
||||
};
|
||||
|
||||
options.number = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue