mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
gruvbox: use gruvbox-nvim
Config options are exactly the same, but this has treesitter support!
This commit is contained in:
parent
004824877f
commit
871e331722
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.nixvim = {
|
||||
colorscheme = "gruvbox";
|
||||
extraPlugins = [ pkgs.vimPlugins.gruvbox ];
|
||||
extraPlugins = [ pkgs.vimPlugins.gruvbox-nvim ];
|
||||
|
||||
globals = {
|
||||
gruvbox_bold = mkIf (!cfg.bold) 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue