use helix preset for which-key

and offset for neominimap
This commit is contained in:
2024-12-28 18:50:58 -05:00
parent 66cb9db1d8
commit a43a6e3c3f
+3 -1
View File
@@ -776,11 +776,13 @@ M.lspconfig = {
--- Which-Key configuration options
M.whichkey = {
opts = {
preset = 'modern',
preset = 'helix',
win = {
wo = {
winblend = 10,
},
col = vim.fn.floor(vim.o.columns * 0.82),
height = { min = 4, max = vim.fn.floor(vim.o.lines * 0.90) },
},
triggers = {
{ '<auto>', mode = { 'n', 'x' } },