hy-language-server icon indicating copy to clipboard operation
hy-language-server copied to clipboard

Hy Language Server built using Jedhy. works only under Hy1.0a1. For the recent version of Hy, please use https://github.com/sakuraiyuta/hyuga instead.

hy-language-server

PyPI version

Hy Language Server built using pygls and Jedhy.

Supported Features

Note: Currently, these features are available only for Hy's built-in core functions.

  • textDocument/completion
  • textDocument/hover

hyls-with-nvim-example

Installation

pip install hy-language-server

hyls will be installed under your PATH.

If you are using Hy 1.0a1, please install the latest main branch.

pip install git+https://github.com/rinx/jedhy.git@update/hy-1.0a1
pip install git+https://github.com/rinx/hy-language-server.git

license

MIT