diff --git a/neovim/lua/plugins/treesitter.lua b/neovim/lua/plugins/treesitter.lua index 9a34777..91c2825 100644 --- a/neovim/lua/plugins/treesitter.lua +++ b/neovim/lua/plugins/treesitter.lua @@ -23,6 +23,7 @@ M.ensure_installed = { "toml", "typescript", "vim", + "vimdoc", "yaml", }