File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,15 @@ local icons = require("utils.icons")
3
3
4
4
local default_config = {
5
5
opts = {
6
- preset = " modern" ,
6
+ preset = " helix" ,
7
+ delay = 0 ,
8
+ height = math.huge ,
7
9
icons = {
8
10
mappings = false , -- disable icons in keymaps
9
11
breadcrumb = icons .arrows .DoubleArrowRight , -- symbol used in the command line area that shows your active key combo
10
12
separator = icons .arrows .SmallArrowRight , -- symbol used between a key and it's label
11
13
group = icons .ui .Plus , -- symbol prepended to a group
12
14
},
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
- },
21
15
spec = {
22
16
{ " <leader>b" , group = " Buffers" },
23
17
{ " <leader>f" , group = " Files" },
You can’t perform that action at this time.
0 commit comments