aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-12 14:18:37 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-12 14:18:37 +0000
commit0044d0987ef7e624d04141d0f90d0481fd3c3663 (patch)
treee4d2fab5a1f3bdfc8ca16ef524ca2feccfe7e01c /doc/configs.md
parentfeat(flow): use flow executable for cmd if available in PATH (diff)
downloadnvim-lspconfig-0044d0987ef7e624d04141d0f90d0481fd3c3663.tar
nvim-lspconfig-0044d0987ef7e624d04141d0f90d0481fd3c3663.tar.gz
nvim-lspconfig-0044d0987ef7e624d04141d0f90d0481fd3c3663.tar.bz2
nvim-lspconfig-0044d0987ef7e624d04141d0f90d0481fd3c3663.tar.lz
nvim-lspconfig-0044d0987ef7e624d04141d0f90d0481fd3c3663.tar.xz
nvim-lspconfig-0044d0987ef7e624d04141d0f90d0481fd3c3663.tar.zst
nvim-lspconfig-0044d0987ef7e624d04141d0f90d0481fd3c3663.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 1f2fecb3..62cf6238 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2405,11 +2405,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g3a70fc8cb8"
+ version = "0.12.0-dev+g2b02dfa020"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+g3a70fc8cb8"
+ version = "0.12.0-dev+g2b02dfa020"
}
}
```
@@ -4265,10 +4265,7 @@ vim.lsp.enable('flow')
```
Default config:
-- `cmd` :
- ```lua
- { "npx", "--no-install", "flow", "lsp" }
- ```
+- `cmd`: [../lsp/flow.lua:16](../lsp/flow.lua#L16)
- `filetypes` :
```lua
{ "javascript", "javascriptreact", "javascript.jsx" }
@@ -4845,20 +4842,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+g3a70fc8cb8"
+ version = "0.12.0-dev+g2b02dfa020"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+g3a70fc8cb8"
+ version = "0.12.0-dev+g2b02dfa020"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+g3a70fc8cb8"
+ version = "0.12.0-dev+g2b02dfa020"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+g3a70fc8cb8"
+ version = "0.12.0-dev+g2b02dfa020"
}
}
```