From 35a563137f50e8b4f03cf99e9b80a98fcd5df5f6 Mon Sep 17 00:00:00 2001 From: Bin Hu Date: Fri, 8 Sep 2023 09:32:20 +0800 Subject: [PATCH] fix/ rename help to vimdoc (https://github.com/LazyVim/LazyVim/pull/521) --- lua/elithrade/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/elithrade/treesitter.lua b/lua/elithrade/treesitter.lua index e0f6680..ef885a3 100644 --- a/lua/elithrade/treesitter.lua +++ b/lua/elithrade/treesitter.lua @@ -8,7 +8,7 @@ require('nvim-treesitter.configs').setup { 'lua', 'rust', 'typescript', - 'help', + 'vimdoc', 'vim', 'tsx', 'markdown',