dezza

Results 35 comments of dezza

```vim var lspServers = [ { 'filetype': ['python'], 'path': '/usr/bin/pylsp', 'args': [] } ] lsp#lsp#AddServer(lspServers) ``` works

I've found that just killing a stuck process on the remote via ssh gives back the stdout. I find thats shorter than writing workarounds that won't be used in the...

> > > Good day all. I hate to just pile onto this issue, since it seems that a great variety of things can cause it. I would just like...

Have you guys tried using MacVim? I can't use: `:call VimuxSendText('echo whatever')` it just doesn't appear in the tmux window. Using `:VimuxRunCommand` works however. But I don't want a split...

Try this ```sh export ZSH_HIGHLIGHT_MAXLENGTH=100 ```

It just shows —VISUAL— Like vim. Maybe try it? :)

Yeah that PR would be kindly appreciated :)

@KLIM8D has some updates for the websocket as well he can explain. We used it together in a project.

Put a disclaimer that says: "We only list pros and not cons" Being biased on these sites leads to suffering on the users.

I can't say for certain, but I think this is work-in-progress. I stumbled upon the same issue as you with `golang` or the `gopls` server. However, after checking out your...