junegunn / vim-easy-align

:sunflower: A Vim alignment plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to align sprit character?

wuqingze opened this issue · comments

for example, how can I change

System.out.println("hello world 1"); // hello1 
System.out.println("hello 2"); // hello2

to

System.out.println("hello world 1"); // hello1 
System.out.println("hello 2");       // hello2