aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.txt
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-01 23:24:30 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-01 23:24:30 +0000
commit8e8fd432f05b126a9dd1635e8022c7e7d1a04e60 (patch)
tree911f5d451a3c77e9459b13006a1e7843d0630259 /doc/configs.txt
parentfix(bazelrc_lsp): invoke `lsp` subcommand explicitly (#3634) (diff)
downloadnvim-lspconfig-8e8fd432f05b126a9dd1635e8022c7e7d1a04e60.tar
nvim-lspconfig-8e8fd432f05b126a9dd1635e8022c7e7d1a04e60.tar.gz
nvim-lspconfig-8e8fd432f05b126a9dd1635e8022c7e7d1a04e60.tar.bz2
nvim-lspconfig-8e8fd432f05b126a9dd1635e8022c7e7d1a04e60.tar.lz
nvim-lspconfig-8e8fd432f05b126a9dd1635e8022c7e7d1a04e60.tar.xz
nvim-lspconfig-8e8fd432f05b126a9dd1635e8022c7e7d1a04e60.tar.zst
nvim-lspconfig-8e8fd432f05b126a9dd1635e8022c7e7d1a04e60.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.txt')
-rw-r--r--doc/configs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configs.txt b/doc/configs.txt
index 5ff0c7d9..8ab55206 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1352,7 +1352,7 @@ require'lspconfig'.bazelrc_lsp.setup{}
Default config:
- `cmd` :
```lua
- { "bazelrc-lsp" }
+ { "bazelrc-lsp", "lsp" }
```
- `filetypes` :
```lua