From a5fc21b4f182775dbcaca42d80f2ed8eadb22912 Mon Sep 17 00:00:00 2001 From: siduck Date: Mon, 26 Feb 2024 05:35:22 +0530 Subject: [PATCH] add some vim* tsparsers in treesitter config --- lua/plugins/configs/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/configs/treesitter.lua b/lua/plugins/configs/treesitter.lua index b21b55d..897c4e3 100644 --- a/lua/plugins/configs/treesitter.lua +++ b/lua/plugins/configs/treesitter.lua @@ -1,5 +1,5 @@ local options = { - ensure_installed = { "lua" }, + ensure_installed = { "lua", "vim", "vimdoc" }, highlight = { enable = true,