From 2b3fb4fa5ab00bd4408e813528f1d734490d995b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 8 Feb 2023 14:03:23 +0000 Subject: [PATCH] home: vim: use shorter tree-sitter alias --- home/vim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/vim/default.nix b/home/vim/default.nix index 55d07ac..a97472e 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -68,7 +68,7 @@ in nvim-lspconfig # Easy LSP configuration lsp_lines-nvim # Show diagnostics *over* regions null-ls-nvim # LSP integration for linters and formatters - (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) # Better highlighting + nvim-treesitter.withAllGrammars # Better highlighting nvim-treesitter-textobjects # More textobjects nvim-ts-context-commentstring # Comment string in nested language blocks plenary-nvim # 'null-ls', 'telescope' dependency