You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for your vim plugin. As data expert, I'm spending my life on csv files and probably use your plugin 20 times per day. However I have request to you:
could it be possible to align by default any number on right and any string on the left (which is the default behaviour) ?
Here is a quick example:
WORD | COUNT | SUM
Edinburgh | 9 | 2092235
London | 12 | 3339260
New York | 11 | 3588090
San Francisco | 14 | 3293475
Sidney | 2 | 181000
Singapore | 4 | 913725
Tokyo | 5 | 963925
TOTAL | 57 | 14371710
It would save me a lot of time to directly format it like the following:
WORD | COUNT | SUM
Edinburgh | 9 | 2092235
London | 12 | 3339260
New York | 11 | 3588090
San Francisco | 14 | 3293475
Sidney | 2 | 181000
Singapore | 4 | 913725
Tokyo | 5 | 963925
TOTAL | 57 | 14371710
The text was updated successfully, but these errors were encountered:
Hi, thank you for you're input. If there is no possibility to set a default alignement for certain type (text, number, etc.), I will use this solution.
Hi guys,
thank you for your vim plugin. As data expert, I'm spending my life on csv files and probably use your plugin 20 times per day. However I have request to you:
could it be possible to align by default any number on right and any string on the left (which is the default behaviour) ?
Here is a quick example:
It would save me a lot of time to directly format it like the following:
The text was updated successfully, but these errors were encountered: