mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
docs(): add example on how different keys
setting for lazy
from packer
This commit is contained in:
parent
49ccf8c5ab
commit
1dd78fa931
1 changed files with 5 additions and 0 deletions
|
@ -152,6 +152,11 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f
|
|||
require("neo-tree").setup()
|
||||
end,
|
||||
}
|
||||
|
||||
-- Example for vim-surround
|
||||
{
|
||||
"tpope/surround", keys = { { 'S', mode = 'v' }, 'y', 'd', 'c' }
|
||||
}
|
||||
```
|
||||
|
||||
### Versioning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue