mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-06 00:56:10 +02:00
docs: update configs.md
skip-checks: true
This commit is contained in:
parent
a1d25809c5
commit
ff9c0af8f9
@ -1373,8 +1373,7 @@ Default config:
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "openFilesOnly",
|
||||
useLibraryCodeForTypes = true
|
||||
diagnosticMode = "openFilesOnly"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -5178,7 +5177,7 @@ Default config:
|
||||
- `init_options` :
|
||||
```lua
|
||||
{
|
||||
command = { "golangci-lint", "run", "--output.json.path=stdout", "--show-stats=false" }
|
||||
command = { "golangci-lint", "run", "--output.text.path=", "--output.tab.path=", "--output.html.path=", "--output.checkstyle.path=", "--output.junit-xml.path=", "--output.teamcity.path=", "--output.sarif.path=", "--show-stats=false", "--output.json.path=stdout" }
|
||||
}
|
||||
```
|
||||
- `root_markers` :
|
||||
|
||||
@ -782,8 +782,7 @@ Default config:
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "openFilesOnly",
|
||||
useLibraryCodeForTypes = true
|
||||
diagnosticMode = "openFilesOnly"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3699,7 +3698,7 @@ Default config:
|
||||
{ "go", "gomod" }
|
||||
- init_options: >lua
|
||||
{
|
||||
command = { "golangci-lint", "run", "--output.json.path=stdout", "--show-stats=false" }
|
||||
command = { "golangci-lint", "run", "--output.text.path=", "--output.tab.path=", "--output.html.path=", "--output.checkstyle.path=", "--output.junit-xml.path=", "--output.teamcity.path=", "--output.sarif.path=", "--show-stats=false", "--output.json.path=stdout" }
|
||||
}
|
||||
- root_markers: >lua
|
||||
{ ".golangci.yml", ".golangci.yaml", ".golangci.toml", ".golangci.json", "go.work", "go.mod", ".git" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user