mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
colorschemes/dracula: switch to mkVimPlugin
This commit is contained in:
parent
2b5a4a3896
commit
c181014422
2 changed files with 80 additions and 77 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue