From 0ed3daacef4deaf4aac0b544a5e0ade3810ae40a Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 30 Nov 2024 01:18:00 +0100 Subject: feat: add Go support --- lua/pml68/plugins/treesitter.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lua/pml68/plugins/treesitter.lua') diff --git a/lua/pml68/plugins/treesitter.lua b/lua/pml68/plugins/treesitter.lua index 3d395ea..805246d 100644 --- a/lua/pml68/plugins/treesitter.lua +++ b/lua/pml68/plugins/treesitter.lua @@ -30,6 +30,11 @@ return { "gitignore", "gitattributes", "gitcommit", + "go", + "gosum", + "gomod", + "gotmpl", + "gowork", }, highlight = { enable = true -- cgit v1.2.3