From 14e5a803d985c50e540b342bf566516068336986 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 31 May 2022 21:25:19 +0200 Subject: Add lightspeed plugin --- fnl/config/init.fnl | 1 + fnl/config/lightspeed.fnl | 5 +++++ fnl/plugins.fnl | 1 + 3 files changed, 7 insertions(+) create mode 100644 fnl/config/lightspeed.fnl diff --git a/fnl/config/init.fnl b/fnl/config/init.fnl index 813a2cf..fe4ef5b 100644 --- a/fnl/config/init.fnl +++ b/fnl/config/init.fnl @@ -10,6 +10,7 @@ config.colorscheme config.comment config.gitsigns + config.lightspeed config.lualine config.nvim-tree config.orgmode diff --git a/fnl/config/lightspeed.fnl b/fnl/config/lightspeed.fnl new file mode 100644 index 0000000..46700aa --- /dev/null +++ b/fnl/config/lightspeed.fnl @@ -0,0 +1,5 @@ +;; Hopping in text. +(module config.lightspeed {autoload {util util nvim aniseed.nvim}}) + +(let [lightspeed (util.load-plugin :lightspeed)] + (lightspeed.setup {})) diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 2c08d14..035638d 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -56,6 +56,7 @@ :folke/which-key.nvim {} :folke/zen-mode.nvim {} :windwp/nvim-spectre {} + :ggandor/lightspeed.nvim {} :kevinhwang91/nvim-bqf {} :norcalli/nvim-colorizer.lua {} :max397574/better-escape.nvim {} -- cgit v1.2.3-70-g09d2