mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
docs: added after/wants to migration guide and added an example that sets a key mode
This commit is contained in:
parent
5a1812a633
commit
74b076e030
3 changed files with 8 additions and 4 deletions
|
@ -69,7 +69,8 @@ return {
|
|||
{
|
||||
"monaqa/dial.nvim",
|
||||
-- lazy-load on keys
|
||||
keys = { "<C-a>", "<C-x>" },
|
||||
-- mode is `n` by default. For more advanced options, check the section on key mappings
|
||||
keys = { "<C-a>", { "<C-x>", mode = "n" } },
|
||||
},
|
||||
|
||||
-- local plugins need to be explicitly configured with dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue