Rémi Labeyrie

Results 15 comments of Rémi Labeyrie

Good call about Taboo.vim. I looked around and they use global variables to remember tab names: https://github.com/gcmt/taboo.vim/blob/caf948187694d3f1374913d36f947b3f9fa1c22f/plugin/taboo.vim#L23 Seems a bit tedious as you would need to serialize all the names...

I can confirm that the installation works on WSL and that it doesn't default back to CPU. However, it crashes like this: ``` 2022-06-16 15:38:36.720344: E external/org_tensorflow/tensorflow/stream_executor/cuda/cuda_asm_compiler.cc:57] cuLinkAddData fails. This...

> By the way, how did you even manage to set the "invalid" modifier names? `:hi! Normal gui=underdouble` results into neovim yelling at me with "invalid value". The latest neovim...

> I would argue this is a nitpick rather than a bug. Is there a big benefit to doing undercurls as a wavy line? I don't know if it was...

I'll add another point: currently in neovide, `undercurl` is "supported" (as a weird, uneven dashed line), while `underdotted` and `underdashed` aren't (nothing is displayed).

I do think it would be a good idea to separate the rendering phase from the drawing phase. In short, serialize the buffer state in a form that helps us...

> after a little more playing around, it looks like my main problem is that my nvim config is symlinked to my dotfiles repo. and i need to set `pathStrict...

Still no dice for me after trying every single solution proposed here.