From ac93c825c6981e7112eeebafa77de1330e34509c Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 10 Sep 2023 16:04:45 +0530 Subject: [PATCH] update dracula config --- home/programs/neovim.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ];