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