Skip to content

fe3dback/intellij-nix-lsp

Repository files navigation

Nix LSP Plugin

This is very simple plugin, that provide extended NIX language support from LSP plugin:

For better syntax highlight, it's strongly recommended to also install:

How to install:

Add nixd to system packages. Plugin assumes that nixd is installed and available in your host.

environment.systemPackages = with pkgs; [
    nixd
];

Then download and install this plugin from jetbrains marketplace.

About

Language Server Support for Nix via nixd

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages