From e18c181db23f1b95b4e48793fc978c9f0cc29dc3 Mon Sep 17 00:00:00 2001 From: Denzil Villarico Date: Wed, 30 Oct 2024 00:48:54 -0700 Subject: [PATCH] Add hcl --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c88fb23e..2bcc671d 100644 --- a/init.lua +++ b/init.lua @@ -309,7 +309,7 @@ vim.keymap.set('n', 'sd', require('telescope.builtin').diagnostics, { de -- See `:help nvim-treesitter` require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'terraform', 'tsx', 'typescript', 'vimdoc', 'vim' }, + ensure_installed = { 'c', 'cpp', 'go', 'hcl', 'lua', 'python', 'rust', 'terraform', 'tsx', 'typescript', 'vimdoc', 'vim' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false,