diff options
| author | seth <[email protected]> | 2022-08-31 08:41:28 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-31 12:31:43 -0400 |
| commit | 59b844443f5a5c867a98f8b89dce5b9c6ce3783f (patch) | |
| tree | 8df50f0cfdb0f55ae0d323f471b67372847e6321 /.config/nvim/lua/getchoo/plugins.lua | |
| parent | bc8c2e6747757306a1b2aba531f7577f51d28650 (diff) | |
yep
Diffstat (limited to '.config/nvim/lua/getchoo/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/getchoo/plugins.lua b/.config/nvim/lua/getchoo/plugins.lua index ba6e060..457b20f 100644 --- a/.config/nvim/lua/getchoo/plugins.lua +++ b/.config/nvim/lua/getchoo/plugins.lua @@ -76,7 +76,7 @@ require("packer").startup(function(use) }) use("lewis6991/gitsigns.nvim") - use("rcarriga/nvim-notify") + use("ggandor/lightspeed.nvim") if Packer_bootstrap then require("packer").sync() |
