plugins/colorschemes: normalize plugin defaults

This commit is contained in:
Matt Sturgeon 2024-06-11 16:50:59 +01:00
parent d57cbd867a
commit 48f1e30bf7
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
11 changed files with 123 additions and 121 deletions

View file

@ -61,7 +61,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
}
);
})
"{}"
{ }
''
Custom palettes for ${name} colors.
''
@ -110,7 +110,9 @@ helpers.neovim-plugin.mkNeovimPlugin config {
Whether to enable caching.
'';
cache_dir = helpers.defaultNullOpts.mkStr ''{__raw = "vim.fn.stdpath('cache') .. '/palette'";}'' "Cache directory.";
cache_dir = helpers.defaultNullOpts.mkStr {
__raw = "vim.fn.stdpath('cache') .. '/palette'";
} "Cache directory.";
};
settingsExample = { };