https://github.com/domenkozar/hnix-lsp
Language Server Protocol for Nix
https://github.com/domenkozar/hnix-lsp
haskell lsp nix
Last synced: 10 months ago
JSON representation
Language Server Protocol for Nix
- Host: GitHub
- URL: https://github.com/domenkozar/hnix-lsp
- Owner: domenkozar
- License: other
- Archived: true
- Created: 2018-10-27T11:06:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T04:49:33.000Z (about 7 years ago)
- Last Synced: 2024-12-01T03:34:26.977Z (over 1 year ago)
- Topics: haskell, lsp, nix
- Language: Nix
- Homepage:
- Size: 325 KB
- Stars: 67
- Watchers: 12
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hnix-lsp
Using [Haskell Nix parser and evaluator](https://github.com/haskell-nix/hnix)
implement [LSP](https://langserver.org/) support for all the editors.
# Features
- [x] Formatting with error reporting
- [ ] Evaluating
- [ ] ???
# Installation
Make sure `hnix-lsp` is available on your `$PATH`:
$ git clone https://github.com/domenkozar/hnix-lsp.git
$ cd hnix-lsp
$ nix-env -if .
## Atom
See https://github.com/domenkozar/ide-nix
## Your editor
Please contribute, usually it's a very small package that just needs to start
`hnix-lsp` executable.