diff options
Diffstat (limited to 'fnl/plugins')
| -rw-r--r-- | fnl/plugins/leap.fnl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fnl/plugins/leap.fnl b/fnl/plugins/leap.fnl index e7d3133..9333a9e 100644 --- a/fnl/plugins/leap.fnl +++ b/fnl/plugins/leap.fnl @@ -39,4 +39,7 @@ (vim.keymap.set [:x :o] :X "<Plug>(leap-backward-till)") (vim.keymap.set [:n] :gs "<Plug>(leap-from-window)"))) -{1 :ggandor/leap.nvim : dependencies :event :VeryLazy : config} +{:url "https://codeberg.org/andyg/leap.nvim" + : dependencies + :event :VeryLazy + : config} |