emacs/nix: use nixpkgs-fmt
This commit is contained in:
parent
a6633a8256
commit
b70a9baee0
3 changed files with 8 additions and 3 deletions
|
|
@ -27,7 +27,8 @@ in {
|
|||
pandoc
|
||||
|
||||
# Formatters and linters
|
||||
nixfmt # nix formatter
|
||||
nixfmt-rfc-style # nix formatter
|
||||
nixpkgs-fmt
|
||||
shfmt # sh formatter
|
||||
shellcheck # sh linter
|
||||
html-tidy # HTML formatter
|
||||
|
|
@ -37,8 +38,10 @@ in {
|
|||
# LSPs
|
||||
coursier
|
||||
# metals # Scala
|
||||
|
||||
# Nix
|
||||
nil
|
||||
|
||||
phpactor # PHP
|
||||
#OCaml
|
||||
ocaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue