This commit is contained in:
c 2022-12-22 23:07:10 -06:00
parent cd707cf34e
commit 74c1b19339
1 changed files with 12 additions and 0 deletions

View File

@ -100,6 +100,18 @@ return require('packer').startup(function(use)
end
}
-- Which-Key
use {
"folke/which-key.nvim",
config = function()
require("which-key").setup {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
end
}
end
)