diff --git a/hosts/familypc/home.nix b/hosts/familypc/home.nix index faf8bed..d1d89e3 100644 --- a/hosts/familypc/home.nix +++ b/hosts/familypc/home.nix @@ -184,10 +184,7 @@ in ]; plugins = with pkgs.vimPlugins; [ nvim-treesitter.withAllGrammars - { - plugin = comment-nvim; - config = "require(\"Comment\").setup()"; - } + comment-nvim { plugin = dracula-nvim; config = "colorscheme dracula";