mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Added new which-key group for new install feature
This commit is contained in:
parent
a1335e59e1
commit
17ea850bae
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ return {
|
|||
vim.keymap.set("n", "<Enter>", "<Plug>RDSendLine", { buffer = true })
|
||||
vim.keymap.set("v", "<Enter>", "<Plug>RSendSelection", { buffer = true })
|
||||
|
||||
-- Increase the width of which-key to handle the longer r-nvim descriptions
|
||||
local wk = require("which-key")
|
||||
wk.add({
|
||||
{ "<localleader>a", group = "all" },
|
||||
|
|
@ -27,6 +26,7 @@ return {
|
|||
{ "<localleader>c", group = "chunks" },
|
||||
{ "<localleader>f", group = "functions" },
|
||||
{ "<localleader>g", group = "goto" },
|
||||
{ "<localleader>i", group = "install" },
|
||||
{ "<localleader>k", group = "knit" },
|
||||
{ "<localleader>p", group = "paragraph" },
|
||||
{ "<localleader>q", group = "quarto" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue