lang/ocaml: disable merlin when lsp is active (#1939)
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
parent
125a74e020
commit
b19178280d
1 changed files with 7 additions and 5 deletions
|
@ -2,12 +2,14 @@
|
||||||
;;; lang/ocaml/packages.el
|
;;; lang/ocaml/packages.el
|
||||||
|
|
||||||
(package! tuareg)
|
(package! tuareg)
|
||||||
(package! merlin)
|
|
||||||
(package! merlin-eldoc)
|
|
||||||
(package! ocp-indent)
|
|
||||||
|
|
||||||
(when (featurep! :tools flycheck)
|
(unless (featurep! +lsp)
|
||||||
(package! flycheck-ocaml))
|
(package! merlin)
|
||||||
|
(package! merlin-eldoc)
|
||||||
|
(when (featurep! :tools flycheck)
|
||||||
|
(package! flycheck-ocaml)))
|
||||||
|
|
||||||
|
(package! ocp-indent)
|
||||||
|
|
||||||
(when (featurep! :tools eval)
|
(when (featurep! :tools eval)
|
||||||
(package! utop))
|
(package! utop))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue