From 0ec19008b89941594e42919e1860f6012ee1afe3 Mon Sep 17 00:00:00 2001 From: Roland Date: Mon, 12 Jan 2026 06:32:02 -0500 Subject: [PATCH] Fix nvim-treesitter lazy.nvim config by removing invalid 'main' field --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index b98ffc61..cbfbc147 100644 --- a/init.lua +++ b/init.lua @@ -941,7 +941,6 @@ require('lazy').setup({ { -- Highlight, edit, and navigate code 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate', - main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },