chore: fix lazy loading priority

This commit is contained in:
2024-11-30 14:41:46 -05:00
parent f9677d355d
commit b2a2a60600
+1 -1
View File
@@ -3,7 +3,7 @@ return {
dependencies = {
'nvim-treesitter/nvim-treesitter',
},
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile', 'VeryLazy' },
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile' },
opts = {
textobjects = {