update dracula config
This commit is contained in:
parent
ab63ed01e7
commit
ac93c825c6
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
clipboard.providers.wl-copy.enable = true;
|
||||
colorschemes.dracula.enable = true;
|
||||
colorschemes.dracula = {
|
||||
enable = true;
|
||||
fullSpecialAttrsSupport = true;
|
||||
highContrastDiff = true;
|
||||
};
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
git-blame-nvim
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue