mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
colorschemes/gruvbox: add back missing colorscheme setting
This commit is contained in:
parent
185ddb62de
commit
f755eeb961
1 changed files with 4 additions and 0 deletions
|
@ -57,4 +57,8 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
|||
bright_purple = "#fb4934";
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = cfg: {
|
||||
colorscheme = "gruvbox";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue