diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:57:47 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-19 21:57:47 +0100 |
commit | fb02bb23cbcb31ad9c37c6c12a56898697779c24 (patch) | |
tree | 962cd70cd89edb318793dc5719a34e3ecb050152 /fnl/plugins/textobjs.fnl | |
parent | 30b7919a7472dfad5d9474a251cad2e57cf359bb (diff) |
Fix textobj opt
Diffstat (limited to 'fnl/plugins/textobjs.fnl')
-rw-r--r-- | fnl/plugins/textobjs.fnl | 2 |
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}}} |