diff options
author | Cody Hiar <cody@hiar.ca> | 2023-03-14 16:37:39 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-03-14 16:37:39 -0600 |
commit | 57bd07fb898b5208e250028ed72993b0f92171fd (patch) | |
tree | 30c994d232af47184aa628f8edbc8623617509bd | |
parent | cf74d029b5a2ee5de88f78b0ce015e74586a52a3 (diff) |
Use new nvim-treesitter.withAllGrammars
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -62,8 +62,7 @@ # Syntax coloring nvim-ts-rainbow - (nvim-treesitter.withPlugins - (plugins: tree-sitter.allGrammars)) + nvim-treesitter.withAllGrammars # Autocompletes nvim-lspconfig |