diff options
| author | jdhao <jdhao@hotmail.com> | 2023-09-16 14:47:01 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-09-16 14:47:43 +0200 |
| commit | ad483a7dc0374fcc70d09e72ed8f017f6c06c6b0 (patch) | |
| tree | 06366530008c1ecb1ad9d0fcadb068989ab6a963 /lua/plugins.lua | |
| parent | 6df27d1c2234b2d83dd9191e6e3909c9205c58e2 (diff) | |
Use the matained fork of hop.nvim
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 65ec77d..7c284f2 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -88,7 +88,7 @@ local plugin_specs = { -- Super fast buffer jump { - "phaazon/hop.nvim", + "smoka7/hop.nvim", event = "VeryLazy", config = function() vim.defer_fn(function() |
