nvim textobjs
This commit is contained in:
parent
e848f250d4
commit
660c9b8c40
10
home/user/.config/nvim/lua/base/plugins/vim_textobj.lua
Normal file
10
home/user/.config/nvim/lua/base/plugins/vim_textobj.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
'kana/vim-textobj-lastpat', -- text-object i/, operate under finding
|
||||||
|
dependencies = { 'kana/vim-textobj-user' }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'sgur/vim-textobj-parameter',
|
||||||
|
dependencies = { 'kana/vim-textobj-user' }
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,4 +0,0 @@
|
|||||||
return {
|
|
||||||
'kana/vim-textobj-lastpat', -- text-object i/, operate under finding
|
|
||||||
dependencies = { 'kana/vim-textobj-user' }
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user