missing file
This commit is contained in:
parent
ee5cd7628a
commit
9bad8de707
1 changed files with 10 additions and 0 deletions
10
lua/user/whichkey.lua
Normal file
10
lua/user/whichkey.lua
Normal 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
|
||||||
|
}
|
||||||
|
})
|
Loading…
Reference in a new issue