From 66fc982a6f646e3bf1e291fa2212708dad1c4e9a Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 23 Nov 2023 14:46:29 +0100 Subject: [PATCH] add HCL to treesitter --- lua/weeheavy/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/weeheavy/plugins/treesitter.lua b/lua/weeheavy/plugins/treesitter.lua index e96a84b..e4dd15e 100644 --- a/lua/weeheavy/plugins/treesitter.lua +++ b/lua/weeheavy/plugins/treesitter.lua @@ -32,6 +32,7 @@ return { "css", "dockerfile", "query", + "hcl", }, incremental_selection = { enable = true,