mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-20 10:45:51 +02:00
plugins/palette: fix minor typo; (#2696)
This commit is contained in:
parent
c803fd738f
commit
f4b7fd46f6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
'';
|
||||
};
|
||||
|
||||
customPalettes =
|
||||
custom_palettes =
|
||||
lib.mapAttrs
|
||||
(
|
||||
name: colorNames:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue