summaryrefslogtreecommitdiff
path: root/fnl/config/lightspeed.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-02 03:28:35 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-02 03:28:35 +0200
commitd0a76f4574313e004606d11deba2f50f0417fa9d (patch)
tree3d295bc78e4796a0d431b9a8ceda7951db0f9dc4 /fnl/config/lightspeed.fnl
parent1b534d96b4689145770363cc6c6877ca7e41a904 (diff)
Replace lightspeed with hop
Diffstat (limited to 'fnl/config/lightspeed.fnl')
-rw-r--r--fnl/config/lightspeed.fnl5
1 files changed, 0 insertions, 5 deletions
diff --git a/fnl/config/lightspeed.fnl b/fnl/config/lightspeed.fnl
deleted file mode 100644
index 46700aa..0000000
--- a/fnl/config/lightspeed.fnl
+++ /dev/null
@@ -1,5 +0,0 @@
-;; Hopping in text.
-(module config.lightspeed {autoload {util util nvim aniseed.nvim}})
-
-(let [lightspeed (util.load-plugin :lightspeed)]
- (lightspeed.setup {}))