From b6f7779397c53c768c3c6a4dd0d08bc61edd72b2 Mon Sep 17 00:00:00 2001 From: odave Date: Thu, 26 Mar 2020 13:52:22 +0000 Subject: +custom ocaml module This ocaml module has proper lsp support, and has the bindings I require regularly. I use utop to REPL my code, with bindings to send parts of my code to UTOP --- doom.d/config/config.org | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doom.d/config/config.org') diff --git a/doom.d/config/config.org b/doom.d/config/config.org index e77196d..f035346 100644 --- a/doom.d/config/config.org +++ b/doom.d/config/config.org @@ -340,15 +340,6 @@ each of the unit tests ran." (after! (haskell-mode dante) (setq dante-repl-command-line '("stack" "ghci"))) #+END_SRC -** Ocaml -Added ocaml-lsp support. -#+BEGIN_SRC elisp -(after! lsp - (lsp-register-client - (make-lsp-client :new-connection (lsp-stdio-connection "ocamllsp") - :major-modes '(tuareg-mode) - :server-id 'ocaml-lsp))) -#+END_SRC ** FSharp #+BEGIN_SRC elisp (after! fsharp -- cgit v1.2.3-13-gbd6f