diff --git a/nvim/lua/user/plugins/editor/treesitter.lua b/nvim/lua/user/plugins/editor/treesitter.lua index 1aabc57..cbf5649 100644 --- a/nvim/lua/user/plugins/editor/treesitter.lua +++ b/nvim/lua/user/plugins/editor/treesitter.lua @@ -14,9 +14,12 @@ return { opts = { -- Default parsers. ensure_installed = { + -- VIM stuff "vim", "vimdoc", "query", + + -- Common config languages "json", "jsonc", "yaml",