diff options
| -rw-r--r-- | doc/configs.md | 3 | ||||
| -rw-r--r-- | doc/configs.txt | 3 |
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" } } < |
