mreppen

Results 21 comments of mreppen

Hei! Thanks for a great script! I wanted a slightly different splitting behavior and ended up changing a lot to make manual tiling behave as expected. Because I wanted different...

The curly braces are the most important to me, but the same problem is there without: Here is an updated version: init.vim/vimrc: ``` call plug#begin('~/.local/share/nvim/plugged') Plug 'luochen1990/rainbow' call plug#end() set...

@bisraelsen Unfortunately not. My understanding of the deeper workings of vim is too shallow to really try anything useful.

Thanks, that gives a bit more color. However, in the "texMathZone?" regions it does not work: ![screenshot_20190116_104207](https://user-images.githubusercontent.com/4117518/51260084-79fff480-197b-11e9-9feb-14f695a81246.png) Running `echo join(reverse(map(synstack(line('.'), col('.')), 'synIDattr(v:val,"name")')),' ')` gives `texMathZoneX texDocZone` inside `$...$` and `texMathZoneW...

I will write a pull request with `containedin`s for all delimiters I find relevant in TeX. It will need some testing on different documents, but I should find time one...

There are some cases of curly braces that I cannot make work. For instance, in the case of this figure ![screenshot_20190211_154209](https://user-images.githubusercontent.com/4117518/52592233-dd166700-2e13-11e9-8340-c55d2a79a855.png) It seems like the rainbow zones are not loaded...

There is one important feature missing, for which I would gladly open an issue: custom object history. I often (would like to) define custom objects on the fly or modify...

I noticed a similar issue in another context. IIRC, the unicode character was "replaced" only with certain highlighters. More importantly, the file contents did indeed have the correct character. If...

At least in my case, neither the original, your, nor the 🐛 example reproduces the problem. As I said, I saw a similar issue before (also with “ and ”)...

This is due to the GD not converging. Bumping the number of iterations gives 20 and 40. For methods that do not guarantee convergence, there should be some indicator of...