Benct Philip Jonsson
Benct Philip Jonsson
@alerque Vim-pandoc works in Termux but it uses a lot more storage than I feel I can spare just to get some more bells and whistles. I use it on...
Sorry I meant to say that the termux nvim build barfs on plugins requiring python 3 while the vim-python build doesn't. I haven't checked on my laptop yet but I...
@alerque a small update on this: I can now use plugins which use python3 (but not python2) in nvim on termux (`pip3 install neovim` :-) so no worries on that...
Personally I would prefer if indented blocks weren't highlighted, because false positives are far more annoying than false negatives. If you crave highlighting of code blocks fenced blocks with language...
Things that aren't code blocks at all, namely list item continuation paragraphs. -- Better --help|less than helpless Den tis 9 juni 2020 18:50Caleb Maclennan skrev: > @bpj What kind of...
The execution of the code which enables math highlighting could certainly be made conditional dependent on the value of some variable, but to get it done takes that someone who...
What about using the String highlight group? Comment is clearly wrong. Den tors 16 maj 2019 22:18Felipe Morales skrev: > That code has been there waiting for its moment to...
I have been highlighting both blockquotes and notes as `Special` for a while. Works well for me.
This works: `` \ `` i.e. doublebacktick+space+backslash+space+doublebacktick. Den mån 22 apr. 2019 19:31randomizedthinking skrev: > When a backslack is inside a grave accent, it loses its special meaning. > Yet,...
Yeah, a lot of version 0.001 software would look different if we knew which features will actually be used or wanted in the future. Been there, done that. I guess...