mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: use nixfmt
This commit is contained in:
parent
e218086537
commit
ec704b5272
2 changed files with 5 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ local servers = {
|
||||||
tinymist = {},
|
tinymist = {},
|
||||||
nil_ls = {
|
nil_ls = {
|
||||||
settings = {
|
settings = {
|
||||||
["nil"] = { formatting = { command = { "alejandra" } } },
|
["nil"] = { formatting = { command = { "nixfmt" } } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,10 @@
|
||||||
pkgs.just
|
pkgs.just
|
||||||
|
|
||||||
# nix tools
|
# nix tools
|
||||||
pkgs.alejandra
|
# # Alejandra handles inline comments poorly
|
||||||
|
# # https://github.com/kamadorueda/alejandra/issues/429
|
||||||
|
# pkgs.alejandra
|
||||||
|
pkgs.nixfmt-rfc-style
|
||||||
pkgs.nurl
|
pkgs.nurl
|
||||||
pkgs.dix
|
pkgs.dix
|
||||||
pkgs.niv
|
pkgs.niv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue