vim-easy-align icon indicating copy to clipboard operation
vim-easy-align copied to clipboard

:sunflower: A Vim alignment plugin

Results 32 vim-easy-align issues
Sort by recently updated
recently updated
newest added

when I use '`gaip=`' I encountered this error `:EasyAlign (_) (Unknown delimiter key: p)` my vim: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Mar 18 2020 18:29:15) os:...

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 ```

I am trying to align the following code: ``` ((modMask .|. controlMask, xK_Right), sendMessage $ ExpandTowards R) , ((modMask .|. controlMask .|. shiftMask, xK_Right), sendMessage $ ShrinkFrom R) , ((modMask...

Hello! vim-easy-align is an awesome plugin! But I just don't know how to use lookahead assertion or lookbehind assertion in regex mode for example, I want to match all '...

The Lua not-equal operator `~=` is not covered by the builtin `=` rule. Perhaps it should be?

I think the situation that you want to use `:EasyAlign` only on the current line are quite rare and can be still done by `:.EasyAlign`. An advanced behavior has been...

I have setup my vim to use 'ga' as live mode, and hated typing ctrl-p to exit it. So I've made some changes and also made it feel a bit...

- This feature can keep the last selection (disabled by default) after an easy align operation so that user can continue the next align operation without typing `gv`. - This...

* Given alignment options is it possible that vim-easy-align can dot its work dynamically(during typing)? * If not, can this functionality be accomplished by writing additional helper function?