mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-14 22:13: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.
9 lines
446 B
Plaintext
9 lines
446 B
Plaintext
|--------------+------------------+------------|
|
|
| 测试测试 | 测试长度 | 长测试 |
|
|
|--------------+:----------------:+-----------:|
|
|
| abc | 测试长度 | 长测试 |
|
|
| 长 | 测试测试测试测试 | 测试测试 |
|
|
| 测试测试 | 测试 | 测试测测试 |
|
|
| 测试测试测试 | 测试测试 | 测试 |
|
|
|--------------+------------------+------------|
|