From 078250a114b45785743fcfe0482c7667f304f92c Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 15 Apr 2023 17:11:29 -0400 Subject: [PATCH] refactor(treesitter)!: rename help to vimdoc (#521) --- lua/lazyvim/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/treesitter.lua b/lua/lazyvim/plugins/treesitter.lua index c8bc4260..8aaea6ee 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -38,7 +38,6 @@ return { ensure_installed = { "bash", "c", - "help", "html", "javascript", "json", @@ -53,6 +52,7 @@ return { "tsx", "typescript", "vim", + "vimdoc", "yaml", }, incremental_selection = {