fix config not working in other dirs. whoops
This commit is contained in:
8
lua/core/overrides/whichkey.lua
Normal file
8
lua/core/overrides/whichkey.lua
Normal file
@ -0,0 +1,8 @@
|
||||
require("which-key").setup {
|
||||
icons = {
|
||||
breadcrumb = '>>',
|
||||
separator = '->',
|
||||
},
|
||||
window = { winblend = 3, },
|
||||
layout = { align = 'center', },
|
||||
}
|
Reference in New Issue
Block a user