From 2010fc6ec03e2da552b4886fceb2f7bc0fc2e9c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Nov 2025 23:42:40 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 6 +++--- doc/configs.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index 31515191..0e21a8ef 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2400,11 +2400,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gaccd392f4d" + version = "0.12.0-dev+g130ef73e39" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gaccd392f4d" + version = "0.12.0-dev+g130ef73e39" } } ``` @@ -4102,7 +4102,7 @@ vim.lsp.enable('expert') Default config: - `cmd` : ```lua - { "expert" } + { "expert", "--stdio" } ``` - `filetypes` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 64046f21..5cb15fef 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1571,11 +1571,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gaccd392f4d" + version = "0.12.0-dev+g130ef73e39" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gaccd392f4d" + version = "0.12.0-dev+g130ef73e39" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -2871,7 +2871,7 @@ Snippet to enable the language server: >lua Default config: - cmd: >lua - { "expert" } + { "expert", "--stdio" } - filetypes: >lua { "elixir", "eelixir", "heex", "surface" } - root_dir (use "gF" to view): ../lsp/expert.lua:13 -- cgit v1.2.3-70-g09d2