Skip to content

Commit 3b6c90d

Browse files
docs: update configs.md
skip-checks: true
1 parent 50a5176 commit 3b6c90d

2 files changed

Lines changed: 4 additions & 52 deletions

File tree

doc/configs.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ Nvim by running `:help lspconfig-all`.
210210
- [ntt](#ntt)
211211
- [nushell](#nushell)
212212
- [nxls](#nxls)
213-
- [ocamlls](#ocamlls)
214213
- [ocamllsp](#ocamllsp)
215214
- [ols](#ols)
216215
- [omnisharp](#omnisharp)
@@ -2436,11 +2435,11 @@ Default config:
24362435
{
24372436
editorInfo = {
24382437
name = "Neovim",
2439-
version = "0.12.0-dev+g645206e87f"
2438+
version = "0.12.0-dev+g56713ef872"
24402439
},
24412440
editorPluginInfo = {
24422441
name = "Neovim",
2443-
version = "0.12.0-dev+g645206e87f"
2442+
version = "0.12.0-dev+g56713ef872"
24442443
}
24452444
}
24462445
```
@@ -8012,33 +8011,6 @@ Default config:
80128011

80138012
---
80148013

8015-
## ocamlls
8016-
8017-
https://github.com/ocaml-lsp/ocaml-language-server
8018-
8019-
`ocaml-language-server` can be installed via `npm`
8020-
```sh
8021-
npm install -g ocaml-language-server
8022-
```
8023-
8024-
Snippet to enable the language server:
8025-
```lua
8026-
vim.lsp.enable('ocamlls')
8027-
```
8028-
8029-
Default config:
8030-
- `cmd` :
8031-
```lua
8032-
{ "ocaml-language-server", "--stdio" }
8033-
```
8034-
- `filetypes` :
8035-
```lua
8036-
{ "ocaml", "reason" }
8037-
```
8038-
- `root_dir`: [../lsp/ocamlls.lua:13](../lsp/ocamlls.lua#L13)
8039-
8040-
---
8041-
80428014
## ocamllsp
80438015

80448016
https://github.com/ocaml/ocaml-lsp

doc/configs.txt

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,11 +1595,11 @@ Default config:
15951595
{
15961596
editorInfo = {
15971597
name = "Neovim",
1598-
version = "0.12.0-dev+g645206e87f"
1598+
version = "0.12.0-dev+g56713ef872"
15991599
},
16001600
editorPluginInfo = {
16011601
name = "Neovim",
1602-
version = "0.12.0-dev+g645206e87f"
1602+
version = "0.12.0-dev+g56713ef872"
16031603
}
16041604
}
16051605
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -5855,26 +5855,6 @@ Default config:
58555855
{ "nx.json", ".git" }
58565856
<
58575857

5858-
------------------------------------------------------------------------------
5859-
ocamlls
5860-
5861-
https://github.com/ocaml-lsp/ocaml-language-server
5862-
5863-
`ocaml-language-server` can be installed via `npm >sh
5864-
npm install -g ocaml-language-server
5865-
5866-
Snippet to enable the language server: >lua
5867-
vim.lsp.enable('ocamlls')
5868-
5869-
5870-
Default config:
5871-
- cmd: >lua
5872-
{ "ocaml-language-server", "--stdio" }
5873-
- filetypes: >lua
5874-
{ "ocaml", "reason" }
5875-
- root_dir (use "gF" to view): ../lsp/ocamlls.lua:13
5876-
<
5877-
58785858
------------------------------------------------------------------------------
58795859
ocamllsp
58805860

0 commit comments

Comments
 (0)