mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
ensured the groups only show in the correct buffers
This commit is contained in:
parent
17ea850bae
commit
489a4d0816
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ return {
|
||||||
|
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
wk.add({
|
wk.add({
|
||||||
|
buffer = true,
|
||||||
{ "<localleader>a", group = "all" },
|
{ "<localleader>a", group = "all" },
|
||||||
{ "<localleader>b", group = "between marks" },
|
{ "<localleader>b", group = "between marks" },
|
||||||
{ "<localleader>c", group = "chunks" },
|
{ "<localleader>c", group = "chunks" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue