colorschemes/dracula: switch to mkVimPlugin

This commit is contained in:
Gaetan Lepage 2024-12-13 16:26:54 +01:00
parent 2b5a4a3896
commit c181014422
2 changed files with 80 additions and 77 deletions

View file

@ -6,14 +6,29 @@
defaults = {
colorschemes.dracula = {
enable = true;
bold = true;
italic = true;
underline = true;
undercurl = true;
fullSpecialAttrsSupport = false;
highContrastDiff = false;
inverse = true;
colorterm = true;
settings = {
bold = true;
italic = true;
strikethrough = true;
underline = true;
undercurl = true;
full_special_attrs_support = false;
high_contrast_diff = false;
inverse = true;
colorterm = true;
};
};
};
example = {
colorschemes.dracula = {
enable = true;
settings = {
italic = false;
colorterm = false;
};
};
};
}