From 5d6a2ecb1fa201612a372df74bad932e19f235d2 Mon Sep 17 00:00:00 2001 From: Subhadip Ghosh Date: Tue, 29 Apr 2025 11:23:48 +0530 Subject: [PATCH] commit for the treesitter --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 53de4876..6b66f9e4 100644 --- a/init.lua +++ b/init.lua @@ -902,7 +902,7 @@ require('lazy').setup({ main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { - ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' }, + ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'latex', 'go' }, -- Autoinstall languages that are not installed auto_install = true, highlight = {