colorschemes/nord: switch to mkVimPlugin

This commit is contained in:
Gaetan Lepage 2024-02-13 15:01:49 +01:00 committed by Gaétan Lepage
parent b87083d5a0
commit be87309e0c
2 changed files with 53 additions and 68 deletions

View file

@ -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;
};
};
};
}