commit for the treesitter

This commit is contained in:
Subhadip Ghosh 2025-04-29 11:23:48 +05:30
parent c096fd6c86
commit 5d6a2ecb1f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {