dhruvasagar / dhruvasagar/vim-table-mode
Configure center align with odd numbered content
Open
- Dominant language
- Vim Script
- Stars
- 2.2k
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to configure the center align behaviour so that it aligns one character left when the cell content is an odd number? Thanks, I'm loving this plugin!
**Default Behaviour**
```md
| Encoding |
|:--------:|
| utf-8 |
```
**Desired Behaviour**
```
| Encoding |
|:--------:|
| utf-8 |
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.