summaryrefslogtreecommitdiff
path: root/fnl/plugins/textobjs.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/textobjs.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 8d68ac3..a36c0f8 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
+ :event [:BufReadPost :BufNewFile]
:opts {:useDefaultKeymaps true}}