diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:41:17 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-11 00:41:17 +0100 |
commit | f318452070d42e51231f7880a5d0eaa93d978a1e (patch) | |
tree | c76f35889ebc7a4e52bbd06e07c8f33f9bf68f5d /fnl/config/leap.fnl | |
parent | 433952cf3efa8e2b5e23ff0e76a4afe6f95d44b5 (diff) |
Rip aniseed, hail hotpot
Diffstat (limited to 'fnl/config/leap.fnl')
-rw-r--r-- | fnl/config/leap.fnl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fnl/config/leap.fnl b/fnl/config/leap.fnl deleted file mode 100644 index 2a03da1..0000000 --- a/fnl/config/leap.fnl +++ /dev/null @@ -1,11 +0,0 @@ -;; Leap through text. - -(fn setup [] - (let [leap (require :leap)] - (leap.setup {}) - (leap.set_default_keymaps))) - -{1 :ggandor/leap.nvim - :event :BufReadPost - :config (fn [] - (setup))} |