Skip to content

Commit 623bcf0

Browse files
docs: update configs.md
skip-checks: true
1 parent b9fef87 commit 623bcf0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

doc/configs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8036,7 +8036,8 @@ Default config:
80368036
```lua
80378037
{ "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason", "dune" }
80388038
```
8039-
- `get_language_id`: [../lsp/ocamllsp.lua:42](../lsp/ocamllsp.lua#L42)
8039+
- `get_language_id`: [../lsp/ocamllsp.lua:77](../lsp/ocamllsp.lua#L77)
8040+
- `on_attach`: [../lsp/ocamllsp.lua:77](../lsp/ocamllsp.lua#L77)
80408041
- `root_markers` :
80418042
```lua
80428043
{ { "dune-project", "dune-workspace" }, { "*.opam", "opam", "esy.json", "package.json" }, { ".git" } }

doc/configs.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5874,7 +5874,8 @@ Default config:
58745874
{ "ocamllsp" }
58755875
- filetypes: >lua
58765876
{ "ocaml", "menhir", "ocamlinterface", "ocamllex", "reason", "dune" }
5877-
- get_language_id (use "gF" to view): ../lsp/ocamllsp.lua:42
5877+
- get_language_id (use "gF" to view): ../lsp/ocamllsp.lua:77
5878+
- on_attach (use "gF" to view): ../lsp/ocamllsp.lua:77
58785879
- root_markers: >lua
58795880
{ { "dune-project", "dune-workspace" }, { "*.opam", "opam", "esy.json", "package.json" }, { ".git" } }
58805881
<

0 commit comments

Comments
 (0)