File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
80448016https://github.com/ocaml/ocaml-lsp
Original file line number Diff line number Diff 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------------------------------------------------------------------------------
58795859ocamllsp
58805860
You can’t perform that action at this time.
0 commit comments