Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 914 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 914 Bytes

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