Adding terraform, hcl and python

This commit is contained in:
tobias 2025-04-30 18:14:39 +02:00
parent d1f6f2fbfd
commit a3091138df

View File

@ -6,7 +6,7 @@ return {
require("nvim-treesitter.configs").setup({ require("nvim-treesitter.configs").setup({
-- A list of parser names, or "all" -- A list of parser names, or "all"
ensure_installed = { ensure_installed = {
"vimdoc", "lua", "bash", "yaml", -- "ansible", "vimdoc", "lua", "bash", "yaml", "terraform", "hcl", "python",
}, },
-- Install parsers synchronously (only applied to `ensure_installed`) -- Install parsers synchronously (only applied to `ensure_installed`)
@ -83,4 +83,4 @@ return {
} }
end end
} }
} }