mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-17 23:33:38 -05:00
Add support for center alignment. Fix #57
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
| Title | Message |
|
||||
|------:+--------:|
|
||||
| t1 | msg1 |
|
||||
| t2 | msg2 |
|
||||
| S. No | Title | Message |
|
||||
|-------+:------+:-------:|
|
||||
| 1 | t1 | msg1 |
|
||||
| 2 | t2 | msg2 |
|
||||
|
||||
Reference in New Issue
Block a user