ensured the groups only show in the correct buffers

This commit is contained in:
Ben Puryear 2024-07-16 09:32:59 -07:00 committed by GitHub
parent 17ea850bae
commit 489a4d0816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ return {
local wk = require("which-key")
wk.add({
buffer = true,
{ "<localleader>a", group = "all" },
{ "<localleader>b", group = "between marks" },
{ "<localleader>c", group = "chunks" },