From 6514d8e3b036290c62e600c7f5e4d20d033e3c7f Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 4 Jun 2023 17:21:06 +0200 Subject: [PATCH] fix(nvim): change renamed treesitter language --- nvim/lua/plugins/nvim-treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/nvim-treesitter.lua b/nvim/lua/plugins/nvim-treesitter.lua index 57f7bd1..133ce7f 100644 --- a/nvim/lua/plugins/nvim-treesitter.lua +++ b/nvim/lua/plugins/nvim-treesitter.lua @@ -12,7 +12,7 @@ return { "astro", "bash", "css", - "help", + "vimdoc", "html", "javascript", "json",