From 24f0629724bcc83c6c085ff24d85593144b1cbc5 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Wed, 15 May 2024 11:32:56 -0500 Subject: [PATCH] fix possible error with comment plugin --- hosts/familypc/home.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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";