Questions tagged [vim]
The vim tag has no summary.
4 questions
2votes
0answers
46views
Parsing dictionary list from malformed HTTP response in Vim raw channel callback
Questions Are there edge-cases that I've missed? Do HTTP response header values ever contain JSON-like data? Any style pointers related to code readability? Are there other/better Vim (versions 8 or ...
1vote
1answer
158views
Vim plugin for easy window navigation
I've been thinking about it for a while and, after asking a question on vi.stackexchange, I decided to write a small plugin myself and put it on GitHub; basically it offers a mapping to activate a ...
2votes
0answers
57views
Vim plugin Nudge Lines
I've published a Vim plugin that nudges visually selected lines up or down, which for the most part seems to function as designed. However, I believe there are likely ways that this plugin could be ...
3votes
0answers
142views
Vim plugin MarkDown Headings
This is my first Vim plugin and is intended to assist with adding, and editing, MarkDown headings. Features include changing the heading depth, auto-update heading reference links, and adding link ...