feat: some small tweaks

This commit is contained in:
Devin Haska 2024-05-09 13:03:17 -07:00
parent 21b4bf98cf
commit 2bc897ece0
2 changed files with 9 additions and 2 deletions

View file

@ -58,7 +58,11 @@ return {
{
"echasnovski/mini.pairs",
version = false,
opts = {},
opts = {
mappings = {
["`"] = { action = "closeopen", pair = "``", neigh_pattern = "[^\\`].", register = { cr = false } },
},
},
},
{
"echasnovski/mini.surround",