This website requires JavaScript.
Explore
Help
Register
Sign In
hypercross
/
nvim-configs
Watch
1
Star
0
Fork
You've already forked nvim-configs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fe732386f9
nvim-configs
/
lua
/
plugins
/
surround.lua
12 lines
146 B
Lua
Raw
Normal View
History
Unescape
Escape
fix: surround keymap
2025-05-22 11:53:33 +08:00
return
{
{
refactor: update to uh new lazyvim?
2025-09-20 10:33:26 +08:00
"
nvim-mini/mini.surround
"
,
fix: surround keymap
2025-05-22 11:53:33 +08:00
opts
=
{
mappings
=
{
replace
=
"
cs
"
,
feat: ideavim-compatible keystrokes
2025-08-16 14:17:31 +08:00
delete
=
"
ds
"
,
fix: surround keymap
2025-05-22 11:53:33 +08:00
}
,
}
,
}
,
}