From 4f7e9b6c656a1a8e8ccb8765fab8da911c9589aa Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 14 Apr 2023 11:47:29 +0200 Subject: [PATCH] fix: update treesitter ensure_installed Renamed the module from "help" to "vimdoc" due to naming changes in the treesitter project. --- 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..05513dc9 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -38,7 +38,7 @@ return { ensure_installed = { "bash", "c", - "help", + "vimdoc", "html", "javascript", "json",