fix: nvim-treesitter rename configs.lua -> config.lua

This commit is contained in:
Phil Whelan 2025-10-15 21:09:27 -07:00
parent 3338d39206
commit 8b7f37531c
1 changed files with 1 additions and 1 deletions

View File

@ -941,7 +941,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' },