Skip to content

Commit

Permalink
feat!(which-keys): set win.no_overlap = false as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Aug 29, 2024
1 parent af54302 commit dbc22c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/core/plugins/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ local default_config = {
spacing = 10, -- spacing between columns
align = "center", -- align columns left, center or right
},
win = {
no_overlap = false,
},
spec = {
{ "<leader>b", group = "Buffers" },
{ "<leader>f", group = "Files" },
Expand Down

0 comments on commit dbc22c7

Please sign in to comment.