diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-26 14:40:02 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-26 14:40:02 +0000 |
| commit | e79193005821543b5b337b9d0350b9fe1ce5c92e (patch) | |
| tree | 447412d94c8e6718908b465b616551280284645c /doc | |
| parent | fix(golangci-lint): typo in command argument #3662 (diff) | |
| download | nvim-lspconfig-e79193005821543b5b337b9d0350b9fe1ce5c92e.tar nvim-lspconfig-e79193005821543b5b337b9d0350b9fe1ce5c92e.tar.gz nvim-lspconfig-e79193005821543b5b337b9d0350b9fe1ce5c92e.tar.bz2 nvim-lspconfig-e79193005821543b5b337b9d0350b9fe1ce5c92e.tar.lz nvim-lspconfig-e79193005821543b5b337b9d0350b9fe1ce5c92e.tar.xz nvim-lspconfig-e79193005821543b5b337b9d0350b9fe1ce5c92e.tar.zst nvim-lspconfig-e79193005821543b5b337b9d0350b9fe1ce5c92e.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index f54387fa..8e1c2096 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4545,7 +4545,7 @@ Default config: - `init_options` : ```lua { - command = { "golangci-lint", "run", "--out.json.path", "stdout" } + command = { "golangci-lint", "run", "--output.json.path", "stdout" } } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/golangci_lint_ls.lua:4](../lua/lspconfig/configs/golangci_lint_ls.lua#L4) diff --git a/doc/configs.txt b/doc/configs.txt index f54387fa..8e1c2096 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4545,7 +4545,7 @@ Default config: - `init_options` : ```lua { - command = { "golangci-lint", "run", "--out.json.path", "stdout" } + command = { "golangci-lint", "run", "--output.json.path", "stdout" } } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/golangci_lint_ls.lua:4](../lua/lspconfig/configs/golangci_lint_ls.lua#L4) |
