nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

plugins/whichkey: Support window and layout fields

Open alexpetrean80 opened this issue 1 year ago • 1 comments

In lua wc.setup can take some optional parameters that can change the way the helper looks, e.g.

wc.setup({
  window = { margin = {1, 0, 0, 0.8 }, border = "single"},
  layout = { height = {min = 4, max = 150}, align = "left" },
})

That seem to be missing from nixvim.plugins.which-key and they would be nice to have.

alexpetrean80 avatar Feb 27 '24 18:02 alexpetrean80