diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 13:01:55 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 13:01:55 +0100 |
commit | 3b613e50e4a4765336c618b11e479985ed98a353 (patch) | |
tree | 8df4524b99b25b6996d37f948c1b966740c7e3f4 | |
parent | 2edeb4557ce67ad65664a8190b690d2f330840fb (diff) |
Update event triggering dressing
-rw-r--r-- | fnl/plugins/editor/dressing.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/dressing.fnl b/fnl/plugins/editor/dressing.fnl index 48bad55..60da1b0 100644 --- a/fnl/plugins/editor/dressing.fnl +++ b/fnl/plugins/editor/dressing.fnl @@ -1,3 +1,3 @@ ;; UI for inputs -{1 :stevearc/dressing.nvim :event :VeryLazy} +{1 :stevearc/dressing.nvim :event :BufReadPost} |