diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 15:56:39 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-15 15:56:39 +0100 |
commit | b0d114d210156fedd4a359a0820edfb2397337a9 (patch) | |
tree | f53e0db8ffbef65827901575d3c2292db547354c /lua/plugins.lua | |
parent | c46c1ba6cf1517daa5c1fd03c42b2cf058228f5d (diff) |
Add lightspeed
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 95e2ab2..182ee71 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -45,6 +45,7 @@ return { { "folke/which-key.nvim" }, { "folke/zen-mode.nvim" }, { "windwp/nvim-spectre" }, + { "ggandor/lightspeed.nvim" }, { "kevinhwang91/nvim-bqf", event = "BufRead", |