switch colorscheme to dracula-vim

This commit is contained in:
Adithya 2023-08-06 11:26:16 +05:30
parent 83e7af2cd1
commit 9c5a6e29f6
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

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