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