diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-21 21:51:08 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-21 21:51:08 +0000 |
| commit | 6c9dd06622aa24fb6fef2c949d866bbe6d4e4026 (patch) | |
| tree | 8d6f82a41855353c75dbf30eff432753d34b0527 | |
| parent | fix(neocmake): use subcommand instead of flag #4208 (diff) | |
| download | nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.gz nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.bz2 nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.lz nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.xz nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.tar.zst nvim-lspconfig-6c9dd06622aa24fb6fef2c949d866bbe6d4e4026.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 14 | ||||
| -rw-r--r-- | doc/configs.txt | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/configs.md b/doc/configs.md index e67f1ab0..1b7e675b 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2403,11 +2403,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" } } ``` @@ -4846,20 +4846,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" } } ``` @@ -7672,7 +7672,7 @@ vim.lsp.enable('neocmake') Default config: - `cmd` : ```lua - { "neocmakelsp", "--stdio" } + { "neocmakelsp", "stdio" } ``` - `filetypes` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 9b140270..1ea33e46 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1572,11 +1572,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3443,20 +3443,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+ge0308dc147" + version = "0.12.0-dev+g7be031f397" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 @@ -5612,7 +5612,7 @@ Snippet to enable the language server: >lua Default config: - cmd: >lua - { "neocmakelsp", "--stdio" } + { "neocmakelsp", "stdio" } - filetypes: >lua { "cmake" } - root_markers: >lua |
