switch colorscheme to dracula-vim
This commit is contained in:
parent
83e7af2cd1
commit
9c5a6e29f6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
clipboard.providers.wl-copy.enable = true;
|
clipboard.providers.wl-copy.enable = true;
|
||||||
colorscheme = "dracula";
|
colorscheme = "dracula";
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
dracula-nvim
|
dracula-vim
|
||||||
];
|
];
|
||||||
options = {
|
options = {
|
||||||
autowrite = true;
|
autowrite = true;
|
||||||
|
|
Loading…
Reference in a new issue