less silly example

This commit is contained in:
Junegunn Choi
2013-05-13 02:04:48 +09:00
parent 1d9c5ef9a4
commit 32224d88f2

View File

@@ -100,10 +100,10 @@ Defining custom alignment rules
let g:easy_align_delimiters = {
\ '>': { 'pattern': '>>\|=>\|>' },
\ '/': { 'pattern': '//*' },
\ 'x': {
\ 'pattern': '[xX]',
\ 'margin_left': ' <<<',
\ 'margin_right': '>>> ',
\ '}': {
\ 'pattern': '}',
\ 'margin_left': ' ',
\ 'margin_right': '',
\ 'stick_to_left': 0
\ }
\ }