[TS] Update file pattern

This commit is contained in:
2026-01-15 14:32:26 +01:00
parent 6c37a3b8c7
commit ef5ce82f37

View File

@@ -44,7 +44,7 @@ return {
}) })
vim.api.nvim_create_autocmd({ 'FileType' }, { vim.api.nvim_create_autocmd({ 'FileType' }, {
pattern = { '*' }, pattern = { '.*@<!tex.*' },
callback = function() callback = function()
pcall( vim.treesitter.start ) pcall( vim.treesitter.start )
end end