Compare commits

..

2 Commits

Author SHA1 Message Date
Giulio De Pasquale
47495b845a chore: formatting TOML files 2024-11-17 20:52:45 +00:00
Giulio De Pasquale
49913ef5e8 feat(home/helix): add taplo to the list of packages 2024-11-17 20:52:27 +00:00
2 changed files with 11 additions and 4 deletions

View File

@ -41,6 +41,7 @@ in
ruff
gh
gofumpt
taplo
] ++ nodePkgs;
sessionVariables = {

View File

@ -7,9 +7,9 @@ language-servers = ["nixd"]
command = "nixd"
[language-server.pylsp.config.pylsp.plugins]
ruff = {enabled = true}
rope = {enabled = true}
mypy = {enabled = true}
ruff = { enabled = true }
rope = { enabled = true }
mypy = { enabled = true }
[[language]]
name = "bash"
@ -23,4 +23,10 @@ language-servers = ["gopls", "golangci-lint-langserver"]
command = "golangci-lint-langserver"
[language-server.golangci-lint-langserver.config]
command = ["golangci-lint", "run", "--out-format", "json", "--issues-exit-code=1"]
command = [
"golangci-lint",
"run",
"--out-format",
"json",
"--issues-exit-code=1",
]