Skip to content

Commit

Permalink
Hot-fix for off-by-one bug in wilder.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Aug 6, 2024
1 parent 75a812a commit 29f2b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local plugins = {
end,
},
{
"gelguy/wilder.nvim",
"wookayin/wilder.nvim", -- go back to gelguy/wilder.nvim once https://github.com/gelguy/wilder.nvim/issues/187 is fixed
dependencies = { "romgrk/fzy-lua-native" },
config = function()
require("config.wilder")
Expand Down

0 comments on commit 29f2b77

Please sign in to comment.