doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

feat(langs,nix): Add nix language support #399

Closed Fryuni closed 1 year ago

Fryuni commented 1 year ago

Uses rnix-lsp as language-server for Nix files.

For Nix users the rnix-lsp is available on nixpkgs.

Enabling the linter feature enable the following:

All of those binaries are also available on nixpkgs and can be individaually disables (or switched in the case of nixpkgs-fmt)

connorgmeehan commented 1 year ago

Looks great, thanks for the PR!