nvim: more text objects

This commit is contained in:
2024-07-06 20:48:07 +02:00
parent a7c29799b8
commit 06218e16d4
2 changed files with 6 additions and 0 deletions

View File

@@ -28,4 +28,9 @@ return {
{ '<leader>r', '<Plug>ReplaceWithRegisterVisual', mode = 'x' },
},
},
{
"chrisgrieser/nvim-various-textobjs",
lazy = false,
opts = { useDefaultKeymaps = true },
},
}