Create a table around the text

I have a list of words, each of which is on a separate line. This is the first column of the table. I would like to create a second column manually.

Now I want to use some plugin that will create an ASCII table around the text, so I have good formatting (the initial letters in each column should be in the same "vertical line" or I should be able to quickly go to the right position with one label).

Is there such a plugin for vim that simplifies editing such tables and controls formatting?

+3
source share
1 answer

If you just want text alignment in table format, I use this and it works well:

http://www.vim.org/scripts/script.php?script_id=294

+6

All Articles