From 0628eb6321086519100e89c4eac4bf55fd374b0b Mon Sep 17 00:00:00 2001 From: lefv Date: Thu, 15 May 2025 21:57:56 -0400 Subject: [PATCH] Adding before config change. --- lua/plugins/lightspeed_nvim.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lua/plugins/lightspeed_nvim.lua diff --git a/lua/plugins/lightspeed_nvim.lua b/lua/plugins/lightspeed_nvim.lua new file mode 100644 index 0000000..63e09de --- /dev/null +++ b/lua/plugins/lightspeed_nvim.lua @@ -0,0 +1,14 @@ +-- No example configuration was found for this plugin. +-- +-- For detailed information on configuring this plugin, please refer to its +-- official documentation: +-- +-- https://github.com/ggandor/lightspeed.nvim +-- +-- If you wish to use this plugin, you can optionally modify and then uncomment +-- the configuration below. + +return { + "ggandor/lightspeed.nvim", +} +