aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-10 15:11:01 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-10 15:11:01 +0000
commit623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5 (patch)
treecee51f979ee1bca82de18f6cce49f804a07d184e
parentfeat(ocamllsp): `:LspOcamllspSwitchImplIntf` command #4117 (diff)
downloadnvim-lspconfig-623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5.tar
nvim-lspconfig-623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5.tar.gz
nvim-lspconfig-623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5.tar.bz2
nvim-lspconfig-623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5.tar.lz
nvim-lspconfig-623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5.tar.xz
nvim-lspconfig-623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5.tar.zst
nvim-lspconfig-623bcf08d5f9ff4ee3ce2686fa1f1947a045b1a5.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md3
-rw-r--r--doc/configs.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index e23c5a85..34ca9397 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -8036,7 +8036,8 @@ Default config:
```lua
{ "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason", "dune" }
```
-- `get_language_id`: [../lsp/ocamllsp.lua:42](../lsp/ocamllsp.lua#L42)
+- `get_language_id`: [../lsp/ocamllsp.lua:77](../lsp/ocamllsp.lua#L77)
+- `on_attach`: [../lsp/ocamllsp.lua:77](../lsp/ocamllsp.lua#L77)
- `root_markers` :
```lua
{ { "dune-project", "dune-workspace" }, { "*.opam", "opam", "esy.json", "package.json" }, { ".git" } }
diff --git a/doc/configs.txt b/doc/configs.txt
index 7e84ff6e..7c470495 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -5874,7 +5874,8 @@ Default config:
{ "ocamllsp" }
- filetypes: >lua
{ "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason", "dune" }
-- get_language_id (use "gF" to view): ../lsp/ocamllsp.lua:42
+- get_language_id (use "gF" to view): ../lsp/ocamllsp.lua:77
+- on_attach (use "gF" to view): ../lsp/ocamllsp.lua:77
- root_markers: >lua
{ { "dune-project", "dune-workspace" }, { "*.opam", "opam", "esy.json", "package.json" }, { ".git" } }
<