From a3091138dfb265f951c3cfaed7437caf46058dcc Mon Sep 17 00:00:00 2001 From: tobias Date: Wed, 30 Apr 2025 18:14:39 +0200 Subject: [PATCH] Adding terraform, hcl and python --- lua/default/lazy/treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/default/lazy/treesitter.lua b/lua/default/lazy/treesitter.lua index 8d9e204..ceca147 100644 --- a/lua/default/lazy/treesitter.lua +++ b/lua/default/lazy/treesitter.lua @@ -6,7 +6,7 @@ return { require("nvim-treesitter.configs").setup({ -- A list of parser names, or "all" ensure_installed = { - "vimdoc", "lua", "bash", "yaml", -- "ansible", + "vimdoc", "lua", "bash", "yaml", "terraform", "hcl", "python", }, -- Install parsers synchronously (only applied to `ensure_installed`) @@ -83,4 +83,4 @@ return { } end } -} +} \ No newline at end of file