mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 10:53:49 -05:00
update help example
This commit is contained in:
@@ -70,11 +70,12 @@ Defining custom alignment rules *g:easy_align_delimiters*
|
|||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
||||||
let g:easy_align_delimiters = {
|
let g:easy_align_delimiters = {
|
||||||
|
\ '>': { 'pattern': '>>\|=>\|>' },
|
||||||
\ '/': { 'pattern': '//*' },
|
\ '/': { 'pattern': '//*' },
|
||||||
\ 'x': {
|
\ ')': {
|
||||||
\ 'pattern': '[xX]',
|
\ 'pattern': ')',
|
||||||
\ 'margin_left': ' <<<',
|
\ 'margin_left': '',
|
||||||
\ 'margin_right': '>>> ',
|
\ 'margin_right': '',
|
||||||
\ 'stick_to_left': 0
|
\ 'stick_to_left': 0
|
||||||
\ }
|
\ }
|
||||||
\ }
|
\ }
|
||||||
|
|||||||
Reference in New Issue
Block a user