chore: fix lazy loading priority
This commit is contained in:
@@ -3,7 +3,7 @@ return {
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
},
|
||||
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile', 'VeryLazy' },
|
||||
event = { 'BufReadPost', 'BufWritePost', 'BufNewFile' },
|
||||
|
||||
opts = {
|
||||
textobjects = {
|
||||
|
||||
Reference in New Issue
Block a user