diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-18 17:33:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-11-18 17:33:05 +0000 |
| commit | 13bdf8d6a9a1bde19e37111d4db0115a95848aee (patch) | |
| tree | cebbb49d7aa3529d108be78edc450169454cf873 /doc/configs.md | |
| parent | fix(leanls) : drop outdated config #4177 (diff) | |
| download | nvim-lspconfig-13bdf8d6a9a1bde19e37111d4db0115a95848aee.tar nvim-lspconfig-13bdf8d6a9a1bde19e37111d4db0115a95848aee.tar.gz nvim-lspconfig-13bdf8d6a9a1bde19e37111d4db0115a95848aee.tar.bz2 nvim-lspconfig-13bdf8d6a9a1bde19e37111d4db0115a95848aee.tar.lz nvim-lspconfig-13bdf8d6a9a1bde19e37111d4db0115a95848aee.tar.xz nvim-lspconfig-13bdf8d6a9a1bde19e37111d4db0115a95848aee.tar.zst nvim-lspconfig-13bdf8d6a9a1bde19e37111d4db0115a95848aee.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 42 |
1 files changed, 6 insertions, 36 deletions
diff --git a/doc/configs.md b/doc/configs.md index f62bc117..988afd61 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -168,7 +168,6 @@ Nvim by running `:help lspconfig-all`. - [kulala_ls](#kulala_ls) - [laravel_ls](#laravel_ls) - [lean3ls](#lean3ls) -- [leanls](#leanls) - [lelwel_ls](#lelwel_ls) - [lemminx](#lemminx) - [lexical](#lexical) @@ -2404,11 +2403,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g1be37c245f" + version = "0.12.0-dev+g4b8980949c" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g1be37c245f" + version = "0.12.0-dev+g4b8980949c" } } ``` @@ -4847,20 +4846,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g1be37c245f" + version = "0.12.0-dev+g4b8980949c" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g1be37c245f" + version = "0.12.0-dev+g4b8980949c" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g1be37c245f" + version = "0.12.0-dev+g4b8980949c" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g1be37c245f" + version = "0.12.0-dev+g4b8980949c" } } ``` @@ -6540,35 +6539,6 @@ Default config: --- -## leanls - -https://github.com/leanprover/lean4 - -Lean installation instructions can be found -[here](https://leanprover-community.github.io/get_started.html#regular-install). - -The Lean language server is included in any Lean installation and -does not require any additional packages. - -Note: that if you're using [lean.nvim](https://github.com/Julian/lean.nvim), -that plugin fully handles the setup of the Lean language server, -and you shouldn't set up `leanls` both with it and `lspconfig`. - -Snippet to enable the language server: -```lua -vim.lsp.enable('leanls') -``` - -Default config: -- `cmd`: [../lsp/leanls.lua:15](../lsp/leanls.lua#L15) -- `filetypes` : - ```lua - { "lean" } - ``` -- `root_dir`: [../lsp/leanls.lua:15](../lsp/leanls.lua#L15) - ---- - ## lelwel_ls https://github.com/0x2a-42/lelwel |
