mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-13 01:28:24 -05:00
17 lines
290 B
Lua
17 lines
290 B
Lua
|
return require('which-key').setup {
|
||
|
plugins = {
|
||
|
spelling = {
|
||
|
enabled = true,
|
||
|
suggestions = 30
|
||
|
}
|
||
|
},
|
||
|
icons = {
|
||
|
breadcrumb = "»",
|
||
|
separator = "ﰲ",
|
||
|
group = "+"
|
||
|
},
|
||
|
layout = {
|
||
|
align = 'center'
|
||
|
}
|
||
|
}
|