readme: add install section
This commit is contained in:
parent
ddf70076a4
commit
ed30c20d85
15
README.md
15
README.md
|
@ -24,7 +24,20 @@ Supported features:
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
TODO
|
You can either clone and build the server package from this repository, or
|
||||||
|
install it from PyPI:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install italianswirls
|
||||||
|
```
|
||||||
|
|
||||||
|
The only dependencies are pygls and Jedi.
|
||||||
|
|
||||||
|
Refer to your client documentation on how to setup a server. Yes I have no idea
|
||||||
|
how to do it, I simply forked [nvim-lspconfig][lspconfig-fork] to add my own
|
||||||
|
server. If it gains attraction I might submit a PR.
|
||||||
|
|
||||||
|
[lspconfig-fork]: https://github.com/Dece/nvim-lspconfig
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue