mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/colorschemes: normalize plugin defaults
This commit is contained in:
parent
d57cbd867a
commit
48f1e30bf7
11 changed files with 123 additions and 121 deletions
|
@ -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 = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue