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

Language Server for Hoon. Middleware to translate between the Language Server Protocol and your Urbit.

Results 9 hoon-language-server issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/urbit/hoon-language-server/issues/30 .

The instructions to build this specify running ``` $ nix-build -E 'with import {}; callPackage ./default.nix {}' ``` in this repo, however, this crashes with: ``` ... building > @urbit/[email protected]...

It would more convenient if this package was part of nixpkgs. Is there any reason not to submit a PR to nixpkgs so that this package is part of the...

i'd like to add hoon support to [helix](https://helix-editor.com/) and requested it for [zed](https://github.com/zed-industries/extensions/issues/167) as well. both require grammar configs though.

flakes are nice, crunchy and runnable

The HLS extension is not natively available to VsCodium (VsCode without the Microsoft telemetry) because VsCodium uses the open-vsx extension marketplace. It requires a hack to access the Microsoft marketplace....

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 2.0.2. Changelog Sourced from eventsource's changelog. 2.0.2 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 2.0.1 Fix URL...

dependencies

Hi all. I'm trying to integrate `hoon-language-server` with `hoon.vim` per the [instructions](https://github.com/urbit/hoon.vim) in the README. However, I get the following error when I run `hoon-language-server` from the command line: ```...

## Motivation The language server currently uses HTTP communication to communicate between the python executable and the gall app. This is undesirable for a number of reasons, chief amongst these...