diff options
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 025e2b5..0f3a1e1 100644 --- a/fnl/plugins/textobjs.fnl +++ b/fnl/plugins/textobjs.fnl @@ -1,5 +1,5 @@ ;; Various text objects. {1 :chrisgrieser/nvim-various-textobjs - :event [:BufReadPost :BufNewFile] + :event :VeryLazy :opts {:keymaps {:useDefaults true}}} |