Thomas Vigouroux

Results 171 comments of Thomas Vigouroux

Maybe there could also be an option so that `++p` is the default behavior of `:edit`? That would remove some mental burden for some people (including me).

Hi and sorry to revive this issue. I am trying to use the [gramalecte](https://grammalecte.net/download.php?prj=fr) dictionnary file with vim (actually in neovim, but it does not matter here), and I have...

Okay, I am thus looking into integrating hunspell into vim (using neovim's codebase first, but I'll backport the changes here). I'll try the hunspell patch that was mentionned in this...

I looked at hunspell docs, and the current C wrapper seems to allow to get the "rarity" of a given, which is nice. I _think_ that we'd be able to...

> Feel free to have a look, but I'm not making any promises. AFAIK hunspell is GPL/LGPL thus distributing it together with Vim is unlikely. And relying on an installed...

So, to answer both comments, I'd like to first say I don't want to engage in any big debate around this feature. I implemented a rough implementation (not all features...

I'd say that `\label` is far sufficient as a starting point. For `\*ref` and `\cite` I think that the hover is enough, and does not get too much in the...

Just realized I did not test that properly and it does not quite work yet Going to test that better. EDIT: nevermind it works

This now also detects when an assertion fails to match.

I fixed a little problem related to nodes and captures spanning on multiple lines. An assertion above an empty (or rather, too short) line will match the line above it,...