feat(neovim): neovim 0.8 compatibility (#2544)

This commit is contained in:
Abouzar Parvan 2022-05-03 03:38:21 +04:30 committed by GitHub
parent a68c1cfbf5
commit 10449b4e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 45 deletions

View file

@ -148,7 +148,7 @@ local core_plugins = {
-- Whichkey
{
"folke/which-key.nvim",
"max397574/which-key.nvim",
config = function()
require("lvim.core.which-key").setup()
end,