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