summaryrefslogtreecommitdiff
path: root/fnl/plugins/window-picker.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2025-07-24 14:02:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2025-07-24 14:02:46 +0200
commit3b2c6360b2dec330fcb676d646988a29bf996c6b (patch)
tree72bc62cd55161e027fd790f288fce576bcd57140 /fnl/plugins/window-picker.fnl
parent4d1774253c4aba3dc929066befd4bb0f883c5b29 (diff)
Diffstat (limited to 'fnl/plugins/window-picker.fnl')
-rw-r--r--fnl/plugins/window-picker.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/window-picker.fnl b/fnl/plugins/window-picker.fnl
index 41225f0..68b7786 100644
--- a/fnl/plugins/window-picker.fnl
+++ b/fnl/plugins/window-picker.fnl
@@ -1,4 +1,4 @@
-;; Trim whitespaces on save.
+;; Select buffer
(local opts {:other_win_hl_color "#171717"
:fg_color "#E1E1E1"
@@ -16,4 +16,4 @@
(vim.keymap.set :n :mw (λ []
(pick-window)) {})))
-{1 :s1n7ax/nvim-window-picker :event [:BufReadPost :BufNewFile] :version :2.0.0 : config}
+{1 :s1n7ax/nvim-window-picker :event :VeryLazy :version :2.0.0 : config}