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 = {
|
||||
@@ -111,4 +111,4 @@ return {
|
||||
-- vim.keymap.set({ 'n', 'x', 'o' }, 't', ts_repeat_move.builtin_t)
|
||||
-- vim.keymap.set({ 'n', 'x', 'o' }, 'T', ts_repeat_move.builtin_T)
|
||||
end,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user