fix(nvim): remove redundant treesitter plugin
This commit is contained in:
parent
5dc5cf0078
commit
d87c4da49e
1 changed files with 2 additions and 3 deletions
|
@ -243,9 +243,8 @@ in
|
||||||
typst-lsp
|
typst-lsp
|
||||||
yamlfmt
|
yamlfmt
|
||||||
];
|
];
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = [
|
||||||
lazy-nvim
|
pkgs.vimPlugins.lazy-nvim
|
||||||
nvim-treesitter.withAllGrammars
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue