From a57678d59a5202fc229c0e1c1b418ac23932a5c9 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Wed, 4 Sep 2024 14:58:59 +0200 Subject: [PATCH] feat: add more essential langs to treesitter --- lua/weeheavy/plugins/treesitter.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/weeheavy/plugins/treesitter.lua b/lua/weeheavy/plugins/treesitter.lua index 470d77f..b136623 100644 --- a/lua/weeheavy/plugins/treesitter.lua +++ b/lua/weeheavy/plugins/treesitter.lua @@ -45,6 +45,9 @@ return { "gomod", "gosum", "tcl", + "editorconfig", + "http", + "make", }, incremental_selection = { enable = true,