@@ -225,7 +225,7 @@ require('mini.pairs').setup({
-- autopair <> if preceded by a character, otherwise it might be a regular
-- comparison operation
['<'] = { action = 'open', pair = '<>', neigh_pattern = '%w.' },
- ['>'] = { action = 'close', pair = '<>', neigh_pattern = '%w.' },
+ ['>'] = { action = 'close', pair = '<>' },
},
})