diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index 312a537..7faa024 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -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 ];