more truezen and whichkey formatting

This commit is contained in:
2023-06-26 11:39:20 -04:00
parent 80aa56ea90
commit be5ae48bf8
2 changed files with 9 additions and 4 deletions

View File

@ -7,8 +7,12 @@ truezen.setup {
modes = { modes = {
ataraxis = { ataraxis = {
minimum_writing_area = { minimum_writing_area = {
width = 85, width = 90,
height = 44,
}, },
} },
narrow = {
folds_style = "invisible",
},
} }
} }

View File

@ -11,10 +11,11 @@ whichkey.setup {
winblend = 0, winblend = 0,
window = { window = {
border = 'shadow', border = 'shadow',
margin = { 1, 5, 2, 5 }, margin = { 1, .1, 2, .1 },
}, },
layout = { layout = {
width = { min = 20, max = 50 }, width = { min = 20, max = 50 },
align = 'left', align = 'center',
} }
} }