mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
re-expose lsp and jsonrpc without requiring lsp.linol and lsp.
Signed-off-by: Sacha-Élie Ayoun <sachaayoun@gmail.com>
This commit is contained in:
parent
213f7164a7
commit
aae7605aff
2 changed files with 4 additions and 4 deletions
|
|
@ -3,6 +3,10 @@
|
||||||
Abstraction over The "Lsp" library, to make it easier to develop
|
Abstraction over The "Lsp" library, to make it easier to develop
|
||||||
LSP servers in OCaml (but not necessarily {b for} OCaml). *)
|
LSP servers in OCaml (but not necessarily {b for} OCaml). *)
|
||||||
|
|
||||||
|
module Imports = struct
|
||||||
|
module Lsp = Lsp
|
||||||
|
module Jsonrpc = Jsonrpc
|
||||||
|
end
|
||||||
|
|
||||||
module type IO = Sigs.IO
|
module type IO = Sigs.IO
|
||||||
|
|
||||||
|
|
|
||||||
4
vendor/lsp/dune
vendored
4
vendor/lsp/dune
vendored
|
|
@ -7,8 +7,4 @@
|
||||||
(lint
|
(lint
|
||||||
(pps ppx_yojson_conv)))
|
(pps ppx_yojson_conv)))
|
||||||
|
|
||||||
(cinaps
|
|
||||||
(files types.ml types.mli)
|
|
||||||
(libraries lsp_gen))
|
|
||||||
|
|
||||||
(ocamllex uri_lexer)
|
(ocamllex uri_lexer)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue