Skip to content

Commit

Permalink
fix(mini.pairs): better default for ````
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Apr 11, 2024
1 parent 97480dc commit 32eacde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/lazyvim/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,11 @@ return {
{
"echasnovski/mini.pairs",
event = "VeryLazy",
opts = {},
opts = {
mappings = {
["`"] = { action = "closeopen", pair = "``", neigh_pattern = "[^\\`].", register = { cr = false } },
},
},
keys = {
{
"<leader>up",
Expand Down

0 comments on commit 32eacde

Please sign in to comment.