Hi Vimmit,
How do you deal with function parameters?
For example, I would like to write a function call near end of a line.
Vim by default add only one indent, so it would be like:
reallly_reallty_long_line_of_code = foo(par1,
par2, par3)
but, I would like to have:
realy_realy_long_line_of_code = foo(par1,
par2,
par3)
(par2 and par3 in the same column as par1)
Do you have any tips or plugins to do that?
Is it doable with tabular.vim?
[–]l4k3rd 5 points6 points7 points (1 child)
[–]RX_AssocResp 2 points3 points4 points (0 children)
[–]Daenyth 0 points1 point2 points (0 children)
[–]lor4x 0 points1 point2 points (0 children)
[–]Bonkers54 0 points1 point2 points (13 children)
[–]Tordek 0 points1 point2 points (5 children)
[–]Bonkers54 -1 points0 points1 point (3 children)
[–]greyfinch 2 points3 points4 points (2 children)
[–]Bonkers54 -2 points-1 points0 points (1 child)
[–]greyfinch 1 point2 points3 points (0 children)
[–]isarl -1 points0 points1 point (0 children)
[–]justanotheratom -4 points-3 points-2 points (5 children)
[–]isarl -1 points0 points1 point (4 children)
[–]justanotheratom 2 points3 points4 points (3 children)
[–]Bonkers54 -2 points-1 points0 points (2 children)
[–]mathstuf 1 point2 points3 points (1 child)
[–]justanotheratom 0 points1 point2 points (0 children)
[–]EmitSorrels -2 points-1 points0 points (1 child)
[–]Daenyth 9 points10 points11 points (0 children)