Skip to content

Commit

Permalink
feat: update surround config
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Apr 16, 2024
1 parent 86d68ea commit e4606fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ return {
{
'echasnovski/mini.pairs',
event = 'VeryLazy',
opts = {},
opts = {
mappings = {
['`'] = { action = 'closeopen', pair = '``', neigh_pattern = '[^\\`].', register = { cr = false } },
},
},
},

-- Fast and feature-rich surround actions. For text that includes
Expand Down

0 comments on commit e4606fa

Please sign in to comment.