mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
fix: correct floating window position in Neovim 0.6 nightly (#1732)
This commit is contained in:
parent
fdec599954
commit
965ea4bbb9
1 changed files with 3 additions and 1 deletions
|
@ -89,8 +89,10 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Whichkey
|
-- 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()
|
config = function()
|
||||||
require("lvim.core.which-key").setup()
|
require("lvim.core.which-key").setup()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue