feat(nvim): add nvim various text objects

This commit is contained in:
Price Hiller 2023-10-07 23:22:51 -05:00
parent d34965715a
commit 6ddcdf809e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,6 @@
return {
{
"chrisgrieser/nvim-various-textobjs",
opts = { useDefaultKeymaps = true }
},
}