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",
|
"folke/which-key.nvim",
|
||||||
event = "VimEnter",
|
event = "VimEnter",
|
||||||
opts = {
|
opts = {
|
||||||
|
preset = "helix",
|
||||||
|
win = {
|
||||||
|
padding = { 1, 2 },
|
||||||
|
},
|
||||||
icons = {
|
icons = {
|
||||||
|
breadcrumb = "->",
|
||||||
separator = "->",
|
separator = "->",
|
||||||
mappings = false,
|
mappings = false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue