From 9c5a6e29f67b2aef7f710f786ef9438909b8944b Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 6 Aug 2023 11:26:16 +0530 Subject: [PATCH] switch colorscheme to dracula-vim --- home/programs/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index 4c87563..b376af0 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -11,7 +11,7 @@ clipboard.providers.wl-copy.enable = true; colorscheme = "dracula"; extraPlugins = with pkgs.vimPlugins; [ - dracula-nvim + dracula-vim ]; options = { autowrite = true;