mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-15 06:23:47 -05:00
We now have support for center alignment, simply add a header border with the `g:table_mode_align_char` as both the first and the last character so it would look something like `+:.....:+` to center align the column values.
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
| S. No | Title | Message |
|
|
|-------+:------+:-------:|
|
|
| 1 | t1 | msg1 |
|
|
| 2 | t2 | msg2 |
|