diff --git a/neovim/after/plugin/treesitter.lua b/neovim/after/plugin/treesitter.lua index 1b23a36..8f0adf2 100644 --- a/neovim/after/plugin/treesitter.lua +++ b/neovim/after/plugin/treesitter.lua @@ -2,8 +2,12 @@ require("nvim-treesitter.configs").setup { ensure_installed = { "bash", "go", + "hcl", + "json", "lua", + "make", "python", + "yaml", }, highlight = {