Skip to content

Commit

Permalink
colorschemes/gruvbox: add back missing colorscheme setting
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Feb 14, 2024
1 parent 185ddb6 commit f755eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/colorschemes/gruvbox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ helpers.neovim-plugin.mkNeovimPlugin config {
bright_purple = "#fb4934";
};
};

extraConfig = cfg: {
colorscheme = "gruvbox";
};
}

0 comments on commit f755eeb

Please sign in to comment.