From c4d94dadf87623a52c01c4c8ed6c176fbd5420c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Fri, 16 Jun 2023 13:51:06 +0200 Subject: [PATCH] fix(neovim): install correct grammars for nvim-treesitter --- home/editors/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/editors/neovim/default.nix b/home/editors/neovim/default.nix index 95eeff2..729b275 100644 --- a/home/editors/neovim/default.nix +++ b/home/editors/neovim/default.nix @@ -46,7 +46,7 @@ in { cmp-nvim-lsp cmp_luasnip - (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) + nvim-treesitter.withAllGrammars nvim-treesitter-context nvim-treesitter-refactor nvim-treesitter-textobjects