diff --git a/lua/data/types.lua b/lua/data/types.lua index 143d9ce..e66f3b0 100644 --- a/lua/data/types.lua +++ b/lua/data/types.lua @@ -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 = { { '', mode = { 'n', 'x' } },