summaryrefslogtreecommitdiff
path: root/fnl/config/flit.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-10 23:23:56 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-10 23:23:56 +0200
commit217722523deae12d9dc760846c6649860fac940a (patch)
tree85a352406231fee2fcb109190053f53766d198dd /fnl/config/flit.fnl
parent66a8bf1ac557b579fac4099affcdca2ee0764e78 (diff)
Replace hop with leap and flit
Diffstat (limited to 'fnl/config/flit.fnl')
-rw-r--r--fnl/config/flit.fnl9
1 files changed, 9 insertions, 0 deletions
diff --git a/fnl/config/flit.fnl b/fnl/config/flit.fnl
new file mode 100644
index 0000000..10e103d
--- /dev/null
+++ b/fnl/config/flit.fnl
@@ -0,0 +1,9 @@
+;; fFtT motions on roids.
+(module config.flit {autoload {: util nvim aniseed.nvim}})
+
+(def- opts {:keys {:f :f :F :F :t :t :T :T}
+ :labeled_modes :v
+ :multiline true
+ :opts {}})
+
+(util.use-config :flit opts)