Compare commits
2 Commits
bd130216e8
...
47495b845a
Author | SHA1 | Date | |
---|---|---|---|
|
47495b845a | ||
|
49913ef5e8 |
@ -41,6 +41,7 @@ in
|
|||||||
ruff
|
ruff
|
||||||
gh
|
gh
|
||||||
gofumpt
|
gofumpt
|
||||||
|
taplo
|
||||||
] ++ nodePkgs;
|
] ++ nodePkgs;
|
||||||
|
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
@ -7,9 +7,9 @@ language-servers = ["nixd"]
|
|||||||
command = "nixd"
|
command = "nixd"
|
||||||
|
|
||||||
[language-server.pylsp.config.pylsp.plugins]
|
[language-server.pylsp.config.pylsp.plugins]
|
||||||
ruff = {enabled = true}
|
ruff = { enabled = true }
|
||||||
rope = {enabled = true}
|
rope = { enabled = true }
|
||||||
mypy = {enabled = true}
|
mypy = { enabled = true }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "bash"
|
name = "bash"
|
||||||
@ -23,4 +23,10 @@ language-servers = ["gopls", "golangci-lint-langserver"]
|
|||||||
command = "golangci-lint-langserver"
|
command = "golangci-lint-langserver"
|
||||||
|
|
||||||
[language-server.golangci-lint-langserver.config]
|
[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",
|
||||||
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user