Skip to content

Commit

Permalink
fix(nvim): Fix mini.pairs config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Oct 3, 2023
1 parent 801b962 commit b9018ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nvim/lua/my/configure/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ return {
['`'] = { action = 'closeopen', pair = '``', neigh_pattern = '[^%S][^%S]', register = { cr = false } },
['"'] = { action = 'closeopen', pair = '""', neigh_pattern = '[^%S][^%S]', register = { cr = false } },
["'"] = { action = 'closeopen', pair = "''", neigh_pattern = '[^%S][^%S]', register = { cr = false } },
['['] = { action = 'closeopen', pair = '[]', neigh_pattern = '[^%S][^%S]', register = { cr = false } },
['{'] = { action = 'closeopen', pair = '{}', neigh_pattern = '[^%S][^%S]', register = { cr = false } },
['('] = { action = 'closeopen', pair = '()', neigh_pattern = '[^%S][^%S]', register = { cr = false } },
},
},
},
Expand Down

0 comments on commit b9018ef

Please sign in to comment.