use which-key's helix preset instead of classic

This commit is contained in:
bunny winter 2025-01-12 12:04:09 -06:00
parent 190fd9b94d
commit 48512ada1a
Signed by: nya
SSH key fingerprint: SHA256:aFOeJZAb3Y7XJxd+BReehNPp/dmurGW9M13mIayeOm0

View file

@ -2,7 +2,12 @@ return {
"folke/which-key.nvim",
event = "VimEnter",
opts = {
preset = "helix",
win = {
padding = { 1, 2 },
},
icons = {
breadcrumb = "->",
separator = "->",
mappings = false,
},