Skip to content

Commit 8b7f375

Browse files
committed
fix: nvim-treesitter rename configs.lua -> config.lua
1 parent 3338d39 commit 8b7f375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ require('lazy').setup({
941941
{ -- Highlight, edit, and navigate code
942942
'nvim-treesitter/nvim-treesitter',
943943
build = ':TSUpdate',
944-
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
944+
main = 'nvim-treesitter.config', -- Sets main module to use for opts
945945
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
946946
opts = {
947947
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },

0 commit comments

Comments
 (0)