diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-28 22:00:09 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-28 22:00:09 +0200 |
| commit | 3f539d94dfb004f56b0382971500408e49c4245b (patch) | |
| tree | 92c936b9a0c22fefa4299826f3e002ec3a80f352 /fnl/plugins/textobjs.fnl | |
| parent | 55a50821a7ecd5b4c1008515e88d126fd04c813b (diff) | |
Include BufNewFile event
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 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}} |