mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 22:29:57 +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
|
||||
-- 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue