From 57bd07fb898b5208e250028ed72993b0f92171fd Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 14 Mar 2023 16:37:39 -0600 Subject: Use new nvim-treesitter.withAllGrammars --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4c818c0..ba90717 100644 --- a/flake.nix +++ b/flake.nix @@ -62,8 +62,7 @@ # Syntax coloring nvim-ts-rainbow - (nvim-treesitter.withPlugins - (plugins: tree-sitter.allGrammars)) + nvim-treesitter.withAllGrammars # Autocompletes nvim-lspconfig -- cgit v1.2.3