use which-key's helix preset instead of classic
This commit is contained in:
parent
190fd9b94d
commit
48512ada1a
1 changed files with 5 additions and 0 deletions
|
@ -2,7 +2,12 @@ return {
|
|||
"folke/which-key.nvim",
|
||||
event = "VimEnter",
|
||||
opts = {
|
||||
preset = "helix",
|
||||
win = {
|
||||
padding = { 1, 2 },
|
||||
},
|
||||
icons = {
|
||||
breadcrumb = "->",
|
||||
separator = "->",
|
||||
mappings = false,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue