aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authoroemmerson <oemmerson@gmx.com>2022-06-19 18:51:55 +0100
committerGitHub <noreply@github.com>2022-06-19 10:51:55 -0700
commitd57b24c3f46c92cf7e1d93919678565ae49e1e23 (patch)
tree6f771b924dbf1f4d45d4f8c77aa1a0f2fb22d7c8 /lua
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-d57b24c3f46c92cf7e1d93919678565ae49e1e23.tar
nvim-lspconfig-d57b24c3f46c92cf7e1d93919678565ae49e1e23.tar.gz
nvim-lspconfig-d57b24c3f46c92cf7e1d93919678565ae49e1e23.tar.bz2
nvim-lspconfig-d57b24c3f46c92cf7e1d93919678565ae49e1e23.tar.lz
nvim-lspconfig-d57b24c3f46c92cf7e1d93919678565ae49e1e23.tar.xz
nvim-lspconfig-d57b24c3f46c92cf7e1d93919678565ae49e1e23.tar.zst
nvim-lspconfig-d57b24c3f46c92cf7e1d93919678565ae49e1e23.zip
fix(ocamllsp): update install instructions (#1966)
There are stable releases of OCaml-LSP in the the Opam package manager now, it no longer has to be pinned from Git.
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/server_configurations/ocamllsp.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/ocamllsp.lua b/lua/lspconfig/server_configurations/ocamllsp.lua
index d5589130..71db1f5b 100644
--- a/lua/lspconfig/server_configurations/ocamllsp.lua
+++ b/lua/lspconfig/server_configurations/ocamllsp.lua
@@ -28,7 +28,6 @@ https://github.com/ocaml/ocaml-lsp
To install the lsp server in a particular opam switch:
```sh
-opam pin add ocaml-lsp-server https://github.com/ocaml/ocaml-lsp.git
opam install ocaml-lsp-server
```
]],