diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-10 15:09:34 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-10 15:09:34 +0000 |
| commit | 3b6c90d49eab3c6e3e56e4f8d0792afa16388e83 (patch) | |
| tree | 928b00bd7c0df4b49e70b3b1caa3b29e39681ca2 /doc | |
| parent | fix!: remove ocamlls #4118 (diff) | |
| download | nvim-lspconfig-3b6c90d49eab3c6e3e56e4f8d0792afa16388e83.tar nvim-lspconfig-3b6c90d49eab3c6e3e56e4f8d0792afa16388e83.tar.gz nvim-lspconfig-3b6c90d49eab3c6e3e56e4f8d0792afa16388e83.tar.bz2 nvim-lspconfig-3b6c90d49eab3c6e3e56e4f8d0792afa16388e83.tar.lz nvim-lspconfig-3b6c90d49eab3c6e3e56e4f8d0792afa16388e83.tar.xz nvim-lspconfig-3b6c90d49eab3c6e3e56e4f8d0792afa16388e83.tar.zst nvim-lspconfig-3b6c90d49eab3c6e3e56e4f8d0792afa16388e83.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 32 | ||||
| -rw-r--r-- | doc/configs.txt | 24 |
2 files changed, 4 insertions, 52 deletions
diff --git a/doc/configs.md b/doc/configs.md index 7a797f84..e23c5a85 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -210,7 +210,6 @@ Nvim by running `:help lspconfig-all`. - [ntt](#ntt) - [nushell](#nushell) - [nxls](#nxls) -- [ocamlls](#ocamlls) - [ocamllsp](#ocamllsp) - [ols](#ols) - [omnisharp](#omnisharp) @@ -2436,11 +2435,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g645206e87f" + version = "0.12.0-dev+g56713ef872" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g645206e87f" + version = "0.12.0-dev+g56713ef872" } } ``` @@ -8012,33 +8011,6 @@ Default config: --- -## ocamlls - -https://github.com/ocaml-lsp/ocaml-language-server - -`ocaml-language-server` can be installed via `npm` -```sh -npm install -g ocaml-language-server -``` - -Snippet to enable the language server: -```lua -vim.lsp.enable('ocamlls') -``` - -Default config: -- `cmd` : - ```lua - { "ocaml-language-server", "--stdio" } - ``` -- `filetypes` : - ```lua - { "ocaml", "reason" } - ``` -- `root_dir`: [../lsp/ocamlls.lua:13](../lsp/ocamlls.lua#L13) - ---- - ## ocamllsp https://github.com/ocaml/ocaml-lsp diff --git a/doc/configs.txt b/doc/configs.txt index dd1dd204..7e84ff6e 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1595,11 +1595,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g645206e87f" + version = "0.12.0-dev+g56713ef872" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g645206e87f" + version = "0.12.0-dev+g56713ef872" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -5856,26 +5856,6 @@ Default config: < ------------------------------------------------------------------------------ -ocamlls - -https://github.com/ocaml-lsp/ocaml-language-server - -`ocaml-language-server` can be installed via `npm >sh - npm install -g ocaml-language-server - -Snippet to enable the language server: >lua - vim.lsp.enable('ocamlls') - - -Default config: -- cmd: >lua - { "ocaml-language-server", "--stdio" } -- filetypes: >lua - { "ocaml", "reason" } -- root_dir (use "gF" to view): ../lsp/ocamlls.lua:13 -< - ------------------------------------------------------------------------------- ocamllsp https://github.com/ocaml/ocaml-lsp |
