mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-03 14:04:34 +02:00
fix(mini.pairs): better default for ````
This commit is contained in:
parent
97480dc5d2
commit
32eacde793
1 changed files with 5 additions and 1 deletions
|
@ -141,7 +141,11 @@ return {
|
||||||
{
|
{
|
||||||
"echasnovski/mini.pairs",
|
"echasnovski/mini.pairs",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {},
|
opts = {
|
||||||
|
mappings = {
|
||||||
|
["`"] = { action = "closeopen", pair = "``", neigh_pattern = "[^\\`].", register = { cr = false } },
|
||||||
|
},
|
||||||
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
"<leader>up",
|
"<leader>up",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue