Applications: Difference between revisions
imported>0x4A6F →Deployment: add colmena |
imported>0x4A6F →Nix lang comprehension: add statix and nixpkgs-fmt |
||
Line 62: | Line 62: | ||
** Syntax checking, completion, renaming, go to definition, code formatting (with [https://github.com/nix-community/nixpkgs-fmt nixpkgs-fmt]), etc. | ** Syntax checking, completion, renaming, go to definition, code formatting (with [https://github.com/nix-community/nixpkgs-fmt nixpkgs-fmt]), etc. | ||
** Supported in vim/neovim, Emacs, VSCode, Kakoune | ** Supported in vim/neovim, Emacs, VSCode, Kakoune | ||
* [https://github.com/nerdypepper/statix statix] - Linter and suggestions for the nix programming language | |||
* [https://github.com/serokell/nixfmt nixfmt] - A formatter for Nix code | * [https://github.com/serokell/nixfmt nixfmt] - A formatter for Nix code | ||
* [https://github.com/nix-community/nixpkgs-fmt nixpkgs-fmt] - Nix code formatter for nixpkgs | |||
* [https://github.com/astro/deadnix deadnix] - Removes unused code from .nix files | * [https://github.com/astro/deadnix deadnix] - Removes unused code from .nix files | ||