Clean up rice

This commit is contained in:
iofq 2024-07-26 23:11:06 -05:00
parent 50ac04fdb9
commit f66e3dde6a
15 changed files with 317 additions and 629 deletions

View file

@ -49,7 +49,7 @@ require('mini.splitjoin').setup({
require('mini.pairs').setup(
{
modes = { insert = true, command = false, terminal = false },
modes = {insert = true, command = false, terminal = false},
mappings = {
['['] = { action = 'open', pair = '[]', neigh_pattern = '[^\\].' },
['{'] = { action = 'open', pair = '{}', neigh_pattern = '[^\\].' },