summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-19 21:57:47 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-19 21:57:47 +0100
commitfb02bb23cbcb31ad9c37c6c12a56898697779c24 (patch)
tree962cd70cd89edb318793dc5719a34e3ecb050152 /fnl
parent30b7919a7472dfad5d9474a251cad2e57cf359bb (diff)
Fix textobj opt
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/textobjs.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/textobjs.fnl b/fnl/plugins/textobjs.fnl
index a36c0f8..025e2b5 100644
--- a/fnl/plugins/textobjs.fnl
+++ b/fnl/plugins/textobjs.fnl
@@ -2,4 +2,4 @@
{1 :chrisgrieser/nvim-various-textobjs
:event [:BufReadPost :BufNewFile]
- :opts {:useDefaultKeymaps true}}
+ :opts {:keymaps {:useDefaults true}}}