mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 08:34:41 +02:00
colorschemes/nord: switch to mkVimPlugin
This commit is contained in:
parent
b87083d5a0
commit
be87309e0c
2 changed files with 53 additions and 68 deletions
|
@ -7,14 +7,15 @@
|
|||
colorschemes.nord = {
|
||||
enable = true;
|
||||
|
||||
contrast = false;
|
||||
borders = false;
|
||||
disableBackground = false;
|
||||
cursorlineTransparent = false;
|
||||
enableSidebarBackground = false;
|
||||
italic = true;
|
||||
uniformDiffBackground = false;
|
||||
extraConfig = {};
|
||||
settings = {
|
||||
contrast = false;
|
||||
borders = false;
|
||||
disable_background = false;
|
||||
cursorline_transparent = false;
|
||||
enable_sidebar_background = false;
|
||||
italic = true;
|
||||
uniform_diff_background = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue