missing file

lazyvim
Andy Teijelo 2022-11-10 10:58:28 -05:00
parent ee5cd7628a
commit 9bad8de707
1 changed files with 10 additions and 0 deletions

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
}
})