David Sanson

Results 16 issues of David Sanson

Perhaps we should add a check for ruby and python `has('ruby')` and `has('python')`, and return an error message saying they are required if either is false. Long term, we might...

Suggested Feature
Low priority
To keep in mind

I just pushed an iOS branch. Vim is [now available for free from the App Store](http://applidium.com/en/applications/vim/) for the iPad and other iOS devices, and I want to be able to...

Suggested Feature
To keep in mind

Eventually, I'd like to add context sensitive autocompletion of reference ids. So, for example, if there is something like ``` Blah blah blah [blah][my favorite link]. Blah blah blah [blah][my...

Suggested Feature
Low priority

| Field | Description | |----------|-------------| | Plugin | `markdown-oxide` | | Homepage | `https://github.com/Feel-ix-343/markdown-oxide` | | Nixpkgs | `pkgs.markdown-oxide` | ## Extra Information This request is to include `markdown-oxide`...

enhancement

It would be lovely if markdown links like `[example](https://example.com)` were parsed and reformatted using [OSC 8 escape sequences](https://github.com/Alhadis/OSC8-Adoption) in terminals that support this!

Line wrapping inside blockquotes appears to treat new lines in the source as hard breaks. For example, this blockquote, ``` > The not-relation is one of the simplest and most...