iamcco / iamcco/vim-language-server

How to pass configuration when running vls from command line?

Open
#13 15 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
546
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hello,

I would like to use `vim-language-server` with https://github.com/autozimu/LanguageClient-neovim
but I (as not Node developer) have no idea how to pass the configuration presented for `--stdio`.

With
```vim
let g:LanguageClient_serverCommands['vim'] = [exepath('vim-language-server'), '--stdio']
```
seems to work, but I would like to configure `fromRuntimepath` and not only.

Seriously: I even not know how to list possible options... Running `vim-language-server` without parameters throws the error with suggestion to use only the basic
```
'--node-ipc', '--stdio' or '--socket={number}'
```
but not how to display help message and how to inject any configuration.

Please complete documentation.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.