Mika Vilpas

Results 182 comments of Mika Vilpas
trafficstars

Oops, looks like plugins now get added as duplicates.. Let me fix that!

Ok, duplicate plugin addition has now been fixed!

Oh, I see. I think this is about the difference between a _recipe file_ and a _lock file_. A recipe file: - specifies the dependent packages on a high level...

Hmm, looks like lua 5.4 is not picked up correctly. I will investigate.

The formatting is failing because, as I have now learned, stylua does not support `::continue::` because it can't decide whether it's a jump label or a luau type cast operator...

I have also seen this alert, but for me it stays visible for about 10 seconds. 🤔

> If Neovim doesn't provide an API for reading stdout from a running process, you can start another Yazi process in the background as a server using yazi --remote-event, and...

> If Neovim doesn't provide an API for reading stdout from a running process, you can start another Yazi process in the background as a server using yazi --remote-event, and...

In comparison to the LSP (language server protocol) which uses json RPC (https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/), several types of messages are supported: 1. request (editor -> server -> editor): editor asks the server,...

Message passing with the DDS itself should not be an issue. My issue is that there is no known real time communication channel that I could use from neovim. It's...