Hennadii Chernyshchyk

Results 595 comments of Hennadii Chernyshchyk

There are extensions for other LSP servers, having a separate plugin for some additional commands doesn't sound very convenient. Many people complain about the complexity of nvim-lspconfig, so forcing them...

> Multiplied by 100 or more--on top of the other activity already. Users maintain language servers they add. Why it becomes a problem to maintain 1-2 commands (if they exists,...

I use the following script: ```bash if [ -S $NVIM_LISTEN_ADDRESS ]; then nvr --remote-wait -s "$@" else $NVR_CMD --nofork -- "$@" fi ``` It simply spawn `nvr` only if neovim...

Would be nice to have such feature. It's already implemented in [gonvim](https://github.com/akiyosi/goneovim). > @justinmk Do you know anything about the ... behavior? Looks like dots exists in other clients too,...

But why you may want to install something from Neovim? I usually you doing it from terminal.

> this is referring to the install command used to move built targets into some distribution location Yes, I'm aware. Just wondering why someone may need it?

Okay! Feel free to send a PR for it, I will be happy to accept it.

You can't input data into a quickfix window, it not possible. You need to run your program directly in terminal.

The only option is to run it in `:terminal` or any other terminal helper. We probably could add a feature for it.

> I can provide a pull request if it is ok for you to have a similar interface as the args/set_target_args for launching an application. Feel free to send a...