chore: formatting TOML files
This commit is contained in:
parent
49913ef5e8
commit
47495b845a
@ -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