From c840e6608751f1e15a2cd6347924186b27fbe842 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sat, 17 Aug 2024 03:30:07 -0400 Subject: improved Trouble.nvim config, ensure Go treesitter parser --- nvim/lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 88e47ca..4062d14 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -2,7 +2,7 @@ return { 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate', opts = { - ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex", "vim" }, + ensure_installed = { "help", "lua", "python", "java", "javascript", "typescript", "c", "latex", "vim", "go" }, auto_install = true, highlight = { enable = true, -- cgit v1.2.3