mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
Clean up rice
This commit is contained in:
parent
50ac04fdb9
commit
f66e3dde6a
15 changed files with 317 additions and 629 deletions
|
|
@ -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 = '[^\\].' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue