fix(nvim): do not override replace bindings

This commit is contained in:
Price Hiller 2023-10-22 02:28:11 -05:00
parent 2967a27f73
commit 7ff77952e1
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,6 +1,9 @@
return {
{
"chrisgrieser/nvim-various-textobjs",
opts = { useDefaultKeymaps = true }
opts = {
useDefaultKeymaps = true,
disabledKeymaps = { "r", "R" }
}
},
}