dhruvasagar / dhruvasagar/vim-table-mode

Support omitting first and last corner

Open
#231 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
2.2k
Forks
100
PR merge metrics
No merged PRs in 30d

Description

Many MarkDown flavours - and lazy people alike - prefer not to have the `|` characters added at the sides of tables.

In other words, instead of this:

```
| foo | bar | baz |
| 1 | 2 | 3 |
```

one would use:

```
foo | bar | baz
1 | 2 | 3
```

However, at the moment if using the latter format table-mode would not recognise the table - at least not for the `\tr` mapping and `:TableModeRealing` in general.

Can this feature be added perhaps?

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.