nixvim
                                
                                 nixvim copied to clipboard
                                
                                    nixvim copied to clipboard
                            
                            
                            
                        plugins/whichkey: Support window and layout fields
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.