Update roles/home/helix.nix
This commit is contained in:
parent
e5b806cdde
commit
c002fadb44
@ -70,6 +70,10 @@ in
|
||||
name = "nix"
|
||||
formatter = { command = "nixpkgs-fmt" }
|
||||
|
||||
[[language]]
|
||||
name = "bash"
|
||||
formatter = { command = ["shfmt", "-s", "-ci", "-sr"] }
|
||||
|
||||
[[language]]
|
||||
name = "go"
|
||||
language-servers = ["gopls", "golangci-lint-langserver"]
|
||||
|
Loading…
Reference in New Issue
Block a user