diff --git a/.config/nvim/lua/plugins/ts-text-objects.lua b/.config/nvim/lua/plugins/ts-text-objects.lua index c65aaf9..c04762f 100644 --- a/.config/nvim/lua/plugins/ts-text-objects.lua +++ b/.config/nvim/lua/plugins/ts-text-objects.lua @@ -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, -} +} \ No newline at end of file