From 0044d0987ef7e624d04141d0f90d0481fd3c3663 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Dec 2025 14:18:37 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'doc/configs.md') 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" } } ``` -- cgit v1.2.3-70-g09d2