mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-24 05:08:36 +01:00
fix possible error with comment plugin
This commit is contained in:
parent
87b938304b
commit
24f0629724
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user