missing file

This commit is contained in:
Andy Teijelo 2022-11-10 10:58:28 -05:00
parent ee5cd7628a
commit 9bad8de707

10
lua/user/whichkey.lua Normal file
View file

@ -0,0 +1,10 @@
local ok, whichkey = pcall(require, "which-key")
if not ok then
return
end
whichkey.setup({
window = {
border = "single", -- none, single, double, shadow
}
})