From ce30b1959b0d5fc56d1cb8762cf292b5d468fe5d Mon Sep 17 00:00:00 2001 From: serxoz Date: Mon, 17 Apr 2023 09:39:23 +0200 Subject: [PATCH] borro 'help' de treesitter --- nvim/after/plugin/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/after/plugin/treesitter.lua b/nvim/after/plugin/treesitter.lua index cec7dc2..82ea0f3 100644 --- a/nvim/after/plugin/treesitter.lua +++ b/nvim/after/plugin/treesitter.lua @@ -1,6 +1,6 @@ require'nvim-treesitter.configs'.setup { -- A list of parser names, or "all" - ensure_installed = { "help", "javascript", "typescript", "c", "lua", "rust", "python" }, + ensure_installed = { "javascript", "typescript", "c", "lua", "rust", "python" }, -- Install parsers synchronously (only applied to `ensure_installed`) sync_install = false,