Skip to content

Commit 61193f2

Browse files
committed
feat!: which-key helix layout
1 parent f859f61 commit 61193f2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

lua/core/plugins/which-key.lua

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@ local icons = require("utils.icons")
33

44
local default_config = {
55
opts = {
6-
preset = "modern",
6+
preset = "helix",
7+
delay = 0,
8+
height = math.huge,
79
icons = {
810
mappings = false, -- disable icons in keymaps
911
breadcrumb = icons.arrows.DoubleArrowRight, -- symbol used in the command line area that shows your active key combo
1012
separator = icons.arrows.SmallArrowRight, -- symbol used between a key and it's label
1113
group = icons.ui.Plus, -- symbol prepended to a group
1214
},
13-
layout = {
14-
width = { min = 5, max = 50 }, -- min and max width of the columns
15-
spacing = 10, -- spacing between columns
16-
align = "center", -- align columns left, center or right
17-
},
18-
win = {
19-
no_overlap = false,
20-
},
2115
spec = {
2216
{ "<leader>b", group = "Buffers" },
2317
{ "<leader>f", group = "Files" },

0 commit comments

Comments
 (0)