Sébastien NOBILI

Results 22 comments of Sébastien NOBILI

Same issue here (Debian 11 / Zsh 5.8-6) Here's the result of the zsh-async demo code: ``` sno in ~ via ⬢ v16.17.0 16:14:37 [I] ➜ ./test.zsh Waiting... print 0...

No problem for me if you don’t accept my patch ;) I’m not really used to vim programming (I didn’t know about `~/after/ftplugin` mechanism). The "problem" with placing macros in...

I'm still having issues with PHP files… I've updated my plugins, I've updated all treesitter parsers and I'm only getting previews for top-most elements (namespaces & classes). Is there something...

Same here, comment linked in previous comment fixes my activation problems. Thanks @TheZoker :)

It seems nvim 0.8.0 doesn't create a socket anymore. You can have it working again by starting nvim with the following command: ``` nvim --listen $(mktemp --directory /tmp/nvimXXXXXX)/0 $@ ```...

> This script is what I use now (with nvim 0.8.0 as well); Working perfectly for me as well :) I just had to surround the commands I used to...

The same bug applies to fenced_code_block in markdown files. Adapted the workaround suggested by @cmattinson : `vim.cmd("highlight @text.literal.block.markdown gui=NONE cterm=NONE")`

I’m keeping all my templates in .vim/templates directory and created a "work_templates" directory for the ones I’m using at work. Most of them are just symlinks to main ones. The...

@Kreest just tried your patch and it seems that it breaks downloading articles as ePub. I get HTML files without extension instead (that I can't see from KOReader's internal file...

Oh yes, that's it… I'll try again later. Thanks :)