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,