feat(nvim): replace custom text object function with plugin

This commit is contained in:
Stefan Imhoff
2023-01-05 16:37:32 +01:00
parent 9e42ff9677
commit 151b724ecb
3 changed files with 4 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
-- https://github.com/chrisgrieser/nvim-various-textobjs
require("various-textobjs").setup({
useDefaultKeymaps = true,
})