aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-12-02 05:34:35 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-12-02 05:34:35 +0000
commitf59eba2ec08edda0e09ecf34ec29ad10a429e48d (patch)
tree8977b70844856b11e7822a875aa5efb1026d7da8
parentfix(statix): use correct cmd (#3487) (diff)
downloadnvim-lspconfig-f59eba2ec08edda0e09ecf34ec29ad10a429e48d.tar
nvim-lspconfig-f59eba2ec08edda0e09ecf34ec29ad10a429e48d.tar.gz
nvim-lspconfig-f59eba2ec08edda0e09ecf34ec29ad10a429e48d.tar.bz2
nvim-lspconfig-f59eba2ec08edda0e09ecf34ec29ad10a429e48d.tar.lz
nvim-lspconfig-f59eba2ec08edda0e09ecf34ec29ad10a429e48d.tar.xz
nvim-lspconfig-f59eba2ec08edda0e09ecf34ec29ad10a429e48d.tar.zst
nvim-lspconfig-f59eba2ec08edda0e09ecf34ec29ad10a429e48d.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md2
-rw-r--r--doc/configs.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 024be728..575742e8 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -9734,7 +9734,7 @@ require'lspconfig'.statix.setup{}
Default config:
- `cmd` :
```lua
- { "statix" }
+ { "statix", "check", "--stdin" }
```
- `filetypes` :
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index 024be728..575742e8 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -9734,7 +9734,7 @@ require'lspconfig'.statix.setup{}
Default config:
- `cmd` :
```lua
- { "statix" }
+ { "statix", "check", "--stdin" }
```
- `filetypes` :
```lua