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/window-picker.fnl | |
| parent | 55a50821a7ecd5b4c1008515e88d126fd04c813b (diff) | |
Include BufNewFile event
Diffstat (limited to 'fnl/plugins/window-picker.fnl')
| -rw-r--r-- | fnl/plugins/window-picker.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/window-picker.fnl b/fnl/plugins/window-picker.fnl index e396ce1..046e927 100644 --- a/fnl/plugins/window-picker.fnl +++ b/fnl/plugins/window-picker.fnl @@ -16,4 +16,4 @@ (vim.keymap.set :n :<C-s> (fn [] (pick-window)) {}))) -{1 :s1n7ax/nvim-window-picker :event :BufReadPost :version :2.0.0 : config} +{1 :s1n7ax/nvim-window-picker :event [:BufReadPost :BufNewFile] :version :2.0.0 : config} |