Rename options to avoid confusion with module options (#1324)

This commit is contained in:
Matt Sturgeon 2024-03-29 20:58:44 +00:00 committed by GitHub
parent acb917fbf2
commit 4f83bcf290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 33 additions and 43 deletions

View file

@ -104,7 +104,7 @@ with lib;
plugins.lualine.theme = mkIf cfg.setUpBar "base16";
plugins.lightline.colorscheme = null;
options.termguicolors = mkDefault true;
opts.termguicolors = mkDefault true;
}
(mkIf (isString cfg.colorscheme) {
colorscheme = "base16-${cfg.colorscheme}";