use helix preset for which-key
and offset for neominimap
This commit is contained in:
+3
-1
@@ -776,11 +776,13 @@ M.lspconfig = {
|
|||||||
--- Which-Key configuration options
|
--- Which-Key configuration options
|
||||||
M.whichkey = {
|
M.whichkey = {
|
||||||
opts = {
|
opts = {
|
||||||
preset = 'modern',
|
preset = 'helix',
|
||||||
win = {
|
win = {
|
||||||
wo = {
|
wo = {
|
||||||
winblend = 10,
|
winblend = 10,
|
||||||
},
|
},
|
||||||
|
col = vim.fn.floor(vim.o.columns * 0.82),
|
||||||
|
height = { min = 4, max = vim.fn.floor(vim.o.lines * 0.90) },
|
||||||
},
|
},
|
||||||
triggers = {
|
triggers = {
|
||||||
{ '<auto>', mode = { 'n', 'x' } },
|
{ '<auto>', mode = { 'n', 'x' } },
|
||||||
|
|||||||
Reference in New Issue
Block a user