diff --git a/neovim/lua/plugins/treesitter.lua b/neovim/lua/plugins/treesitter.lua index 03632da..b8abd28 100644 --- a/neovim/lua/plugins/treesitter.lua +++ b/neovim/lua/plugins/treesitter.lua @@ -4,14 +4,23 @@ local M = {} local ensure_installed = { "bash", "css", + "dockerfile", "fish", "go", "gomod", + "html", + "java", "javascript", "json", + "kotlin", "lua", + "make", "python", "rust", + "scala", + "toml", + "typescript", + "vim", "yaml", }