From d549e665eb76f6e8f9fdfa2ce5404864c12c1e3e Mon Sep 17 00:00:00 2001 From: Adi De Masi Date: Mon, 22 Dec 2025 23:36:45 +0100 Subject: [PATCH] fix treesitter config --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ff4a01e1..8161365b 100644 --- a/init.lua +++ b/init.lua @@ -916,7 +916,7 @@ 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 + main = 'nvim-treesitter.config', -- 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' },