fix: correct floating window position in Neovim 0.6 nightly (#1732)

This commit is contained in:
Abouzar Parvan 2021-10-11 20:05:43 +03:30 committed by GitHub
parent fdec599954
commit 965ea4bbb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,