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;