mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-03 10:09:13 +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; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
nvim-treesitter.withAllGrammars
|
nvim-treesitter.withAllGrammars
|
||||||
{
|
comment-nvim
|
||||||
plugin = comment-nvim;
|
|
||||||
config = "require(\"Comment\").setup()";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = dracula-nvim;
|
plugin = dracula-nvim;
|
||||||
config = "colorscheme dracula";
|
config = "colorscheme dracula";
|
||||||
|
Loading…
Reference in New Issue
Block a user