dhruvasagar / dhruvasagar/vim-table-mode

[Enhancement] Wrap cell content to predefined width

Open
#178 4 comments 11 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.