mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
docs: Improve summary documentation of deps (#1159)
This commit is contained in:
parent
e797e13bce
commit
f2459bd70e
3 changed files with 26 additions and 10 deletions
|
@ -99,7 +99,10 @@ return {
|
|||
opts = {},
|
||||
},
|
||||
|
||||
-- surround
|
||||
-- Fast and feature-rich surround actions. For text that includes
|
||||
-- surrounding characters like brackets or quotes, this allows you
|
||||
-- to select the text inside, change or modify the surrounding characters,
|
||||
-- and more.
|
||||
{
|
||||
"echasnovski/mini.surround",
|
||||
keys = function(_, keys)
|
||||
|
@ -147,7 +150,7 @@ return {
|
|||
},
|
||||
},
|
||||
|
||||
-- better text-objects
|
||||
-- Better text-objects
|
||||
{
|
||||
"echasnovski/mini.ai",
|
||||
-- keys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue