summaryrefslogtreecommitdiff
path: root/lua/lvim/plugins.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-10-11 20:05:43 +0330
committerGitHub <[email protected]>2021-10-11 20:05:43 +0330
commit965ea4bbb902d2f58108c5c01fcb6442e6aff51b (patch)
tree5525d1e084c58c1704dd3b6ad93145659d36af45 /lua/lvim/plugins.lua
parentfdec599954dcc093e56522c4f9dcb126ad869979 (diff)
fix: correct floating window position in Neovim 0.6 nightly (#1732)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r--lua/lvim/plugins.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua
index fcb23328..44fc4dd3 100644
--- a/lua/lvim/plugins.lua
+++ b/lua/lvim/plugins.lua
@@ -89,8 +89,10 @@ return {
},
-- Whichkey
+ -- TODO: change back to folke/which-key.nvim after folke got back
{
- "folke/which-key.nvim",
+ "abzcoding/which-key.nvim",
+ branch = "fix/neovim-6-position",
config = function()
require("lvim.core.which-key").setup()
end,