numToStr
numToStr
@Mikhael1729 That `npm` is way too old.
> Perhaps a newer version works well. I need to try it. IDK but this issue comes with only npm. If you do this it will work. ```vim Plug "neoclide/coc-prettier",...
@ahhshm I am really happy to hear that this is working without any major hiccups. As I said earlier, my main reason for holding this out is because - lack...
As @mawkler, nvim-treesitter-textobjects can get us close. But to implement this fully we need support of query quantifiers in neovim core (check other issues). I am leaving this open for...
@matteo-hertel Thanks for your suggestion. But after hours of debugging, I was able to fix the issue. And I guess this was my fault or IDK. So, I recently changed...
Hmmm... interesting. It looks like a race condition where buffer is written on the terminal window before the window itself is destroyed. If this is _the_ case, then I have...
AFAIK You might need to assign the following variables with a hex as normal highlights doesn't affect terminal buffer highlights. ```lua -- black vim.g.terminal_color_0 vim.g.terminal_color_8 -- red vim.g.terminal_color_1 vim.g.terminal_color_9 --...
What do mean doesn't work? I tried doing the steps and I can see two lines commented when I open the fold. I might need more info as I don't...
Yeah, I knowingly used `vim.fs` which is nightly only feature (as I am a nightly user). I'll put requirement on README.
Yes, `vim.fs` is technically a `v0.8` API so you need to wait for it to be released as stable or use nightly for now if you can :)