[TS] Update file pattern
This commit is contained in:
@@ -44,7 +44,7 @@ return {
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd({ 'FileType' }, {
|
||||
pattern = { '*' },
|
||||
pattern = { '.*@<!tex.*' },
|
||||
callback = function()
|
||||
pcall( vim.treesitter.start )
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user