ide-nix

Nix LSP plugin for atom

domenkozar

425

0

Bug Reports

0.2.0

MIT

GitHub

This package provides the following services:

This package consumes the following services:

Atom plugin for Nix LSP server

Installation

You can install ide-nix by:

a) In Atom: Atom > Settings view > Install Packages > Search packages > ide-haskell-hie

b) Using apm: apm install ide-nix

From source

To contribute to ide-nix you might want to install it from source:

# install dependencies
npm install

# link local version in `dev` mode
apm link --dev

# start Atom in `dev` mode
atom --dev .

# To uninstall local version of `ide-haskell-hie` run
apm unlink --dev