mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-12 17:18:22 -05:00
52b9be4bee
Also add more nord highlight groups
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'
|
|
}
|
|
}
|