fix possible error with comment plugin

This commit is contained in:
Tyler Kelley 2024-05-15 11:32:56 -05:00
parent 87b938304b
commit 24f0629724

View File

@ -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";