colorschemes/gruvbox: add back missing colorscheme setting

This commit is contained in:
Gaetan Lepage 2024-02-14 11:05:38 +01:00 committed by Gaétan Lepage
parent 185ddb62de
commit f755eeb961

View file

@ -57,4 +57,8 @@ helpers.neovim-plugin.mkNeovimPlugin config {
bright_purple = "#fb4934";
};
};
extraConfig = cfg: {
colorscheme = "gruvbox";
};
}