dhruvasagar / dhruvasagar/vim-table-mode
[Enhancement] Wrap cell content to predefined width
- Dominant language
- Vim Script
- Stars
- 2.2k
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
I've looked around and found no plugin to wrap cell contents to some predefined length preserving the table column, so that long lines like
```
+-----------+----------------------------------------------+
| Some text | The quick brown fox jumps over the lazy dog. |
+-----------+----------------------------------------------+
```
would turn to
```
+-----------+-----------------+
| Some text | The quick brown |
| | fox jumps over |
| | the lazy dog. |
+-----------+-----------------+
```
Hope you could enhance your plugin with such feature.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.