From 93fbf36a26a376912fe4f91fc8941d85a267c475 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 2 Jan 2025 10:06:38 +0100 Subject: [PATCH] Add go and zig to treesitter --- home/.config/nvim/lua/plugs/treesitter.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/nvim/lua/plugs/treesitter.lua b/home/.config/nvim/lua/plugs/treesitter.lua index c58edcc..de4a56b 100644 --- a/home/.config/nvim/lua/plugs/treesitter.lua +++ b/home/.config/nvim/lua/plugs/treesitter.lua @@ -40,6 +40,8 @@ return { "gdscript", "dockerfile", "dart", + "go", + "zig", "css", "regex", "dap_repl",