nvim fix plugin

This commit is contained in:
thek4n 2024-11-08 12:50:38 +03:00
parent fe80a79846
commit 9ab8a59193

View File

@ -1,7 +1,6 @@
return {
{
'kana/vim-textobj-lastpat', -- text-object i/, operate under finding
event = "InsertEnter",
dependencies = { 'kana/vim-textobj-user' }
},
{