From 0ed99fd7da0ee71b7e9c9ae726c58f74cf7b80cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Dec 2025 23:31:31 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 22 ++++++++++++---------- doc/configs.txt | 20 ++++++++++---------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index f45e0b48..60432e5a 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2405,11 +2405,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" } } ``` @@ -4845,20 +4845,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" } } ``` @@ -6605,10 +6605,8 @@ https://github.com/lexical-lsp/lexical Lexical is a next-generation language server for the Elixir programming language. -Follow the [Detailed Installation Instructions](https://github.com/lexical-lsp/lexical/blob/main/pages/installation.md) - -**By default, `lexical` doesn't have a `cmd` set.** -This is because nvim-lspconfig does not make assumptions about your path. +To install from source, follow the [Detailed Installation Instructions](https://github.com/lexical-lsp/lexical/blob/main/pages/installation.md). +Ensure to point `cmd` to the generated `_build/dev/package/lexical/start_lexical.sh` executable. Snippet to enable the language server: ```lua @@ -6616,6 +6614,10 @@ vim.lsp.enable('lexical') ``` Default config: +- `cmd` : + ```lua + { "lexical" } + ``` - `filetypes` : ```lua { "elixir", "eelixir", "heex", "surface" } diff --git a/doc/configs.txt b/doc/configs.txt index 160ee336..7e34a347 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1572,11 +1572,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3442,20 +3442,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g62dd74d472" + version = "0.12.0-dev+g3a70fc8cb8" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 @@ -4786,16 +4786,16 @@ https://github.com/lexical-lsp/lexical Lexical is a next-generation language server for the Elixir programming language. -Follow the [Detailed Installation Instructions](https://github.com/lexical-lsp/lexical/blob/main/pages/installation.md) - -**By default, `lexical` doesn't have a `cmd` set.** -This is because nvim-lspconfig does not make assumptions about your path. +To install from source, follow the [Detailed Installation Instructions](https://github.com/lexical-lsp/lexical/blob/main/pages/installation.md). +Ensure to point `cmd` to the generated `_build/dev/package/lexical/start_lexical.sh` executable. Snippet to enable the language server: >lua vim.lsp.enable('lexical') Default config: +- cmd: >lua + { "lexical" } - filetypes: >lua { "elixir", "eelixir", "heex", "surface" } - root_markers: >lua -- cgit v1.2.3-70-g09d2