diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-07-24 14:02:46 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2025-07-24 14:02:46 +0200 |
| commit | 3b2c6360b2dec330fcb676d646988a29bf996c6b (patch) | |
| tree | 72bc62cd55161e027fd790f288fce576bcd57140 /fnl/plugins/leap.fnl | |
| parent | 4d1774253c4aba3dc929066befd4bb0f883c5b29 (diff) | |
update
Diffstat (limited to 'fnl/plugins/leap.fnl')
| -rw-r--r-- | fnl/plugins/leap.fnl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fnl/plugins/leap.fnl b/fnl/plugins/leap.fnl index 79b94c2..5a80dbe 100644 --- a/fnl/plugins/leap.fnl +++ b/fnl/plugins/leap.fnl @@ -1,14 +1,14 @@ ;; Leap through text. (local dependencies [{1 :ggandor/flit.nvim - :event [:BufReadPost :BufNewFile] + :event :VimEnter :opts {:keys {:f :f :F :F :t :t :T :T} :labeled_modes :v :multiline true :opts {}}} - {1 :tpope/vim-repeat :event [:BufReadPost :BufNewFile]} + {1 :tpope/vim-repeat :event :VeryLazy} {1 :ggandor/leap-spooky.nvim - :event [:BufReadPost :BufNewFile] + :event :VeryLazy :opts {;; Additional text objects, to be merged with the default ones. ;; E.g.: {'iq', 'aq'} :extra_text_objects [:iq :aq] @@ -38,5 +38,5 @@ {1 :ggandor/leap.nvim : dependencies - :event [:BufReadPost :BufNewFile] + :event :VeryLazy : config} |