Karl Yngve Lervåg

Results 356 comments of Karl Yngve Lervåg

Then I am probably doing it wrong. I tested now with a very simple makefile. When I use `Make`, my buffer is replaced with an output buffer for the make...

Yes, I'm on Linux and use the gui vim with no associated screen or tmux session. And yes, you are right with identifying the problem: I don't care about output...

As far as I can tell, vimtex should work just fine with rainbow parantheses (see https://github.com/lervag/vimtex/issues/1672).

Ok, sorry, new development: As can be seen in this minimal example: ```vim " test.vim set nocompatible let &runtimepath = '~/.vim/bundle/rainbow,' . &runtimepath filetype plugin on syntax enable let g:rainbow_active...

I believe the issue is that the rainbow paranthesis syntax groups (or the outer group) must be added to the math region clusters. I'm not sure if this should be...

Thanks, it seems to be mostly what I want. Though, the only actual paper entry in the feed is currently only a title with link to [here](https://rescience.github.io/neuroscience/python/2015/08/14/Topalidou-Rougier.html). I think this...

PR #86 has been pushed and should fix this.

Ah, I see. No problem :)

Ok, I see. I don't have the time to do it myself, though (sorry). However, I think @junegunn has written a parser to turn markup files to vim docs. See...