Leon

Results 148 comments of Leon

I wonder if this is related: ``` Doesn't work: \[ \dot{\varepsilon}_{13} n_{3} \] Works: \[ \dot\varepsilon_{13} n_{3} \] Works: \[ \dot{\varepsilon}_{13} n_3 \] ``` It appears that `}_something_{` will render...

I don't want to open a separate issue because I think this is very much related: Copy/paste from system clipboard should temporarily disable auto-indentation. I can currently paste snippets from...

See https://amp.rs/docs/#plug-ins I'm not a dev, but the focus seems to be on simplicity over customizability.

This is caused by linters not being re-run on VimResume. Not only are the highlights cleared but all linter info is deleted. I can't see any logic there that uses...

Haven't had a lot of time to look at it yet unfortunately, but I'm wondering how best to handle integration with existing methods that modify `xgridvisible`/`ygridvisible` or other `x`/`y`. I've...

New user adding my 2c here: I expected the `Help > About kiwix > Learn more about kiwix` link to contain at least some information on where to get and...

Not OP, but I installed this a while back and didn't realise that ``g:python_highlight_all`` is off by default. For a while I was wondering why I wasn't seeing any changes...

@naught101 I think it's a little more complicated, because of optional string prefices (e.g. ``r"""``). For example, I currently use the following snippet in ``.config/nvim/after/syntax/python.vim`` to enable docstring folding: ```vim...

After further consideration I think you're right. Better to use the simpler regex, and it's true I've never used raw or unicode for docstrings (I think I've seen it only...

[this gist](https://gist.github.com/phelipetls/8726d6cd68e66ad6b83586ae53f3b3d8) could be useful (not my work)