add some vim* tsparsers in treesitter config

This commit is contained in:
siduck 2024-02-26 05:35:22 +05:30
parent ce6e3d19a7
commit a5fc21b4f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local options = {
ensure_installed = { "lua" },
ensure_installed = { "lua", "vim", "vimdoc" },
highlight = {
enable = true,