mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ocaml: disable merlin when lsp is active (#1939)
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
committed by
Henrik Lissner
parent
125a74e020
commit
b19178280d
@ -2,12 +2,14 @@
|
||||
;;; lang/ocaml/packages.el
|
||||
|
||||
(package! tuareg)
|
||||
(package! merlin)
|
||||
(package! merlin-eldoc)
|
||||
(package! ocp-indent)
|
||||
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-ocaml))
|
||||
(unless (featurep! +lsp)
|
||||
(package! merlin)
|
||||
(package! merlin-eldoc)
|
||||
(when (featurep! :tools flycheck)
|
||||
(package! flycheck-ocaml)))
|
||||
|
||||
(package! ocp-indent)
|
||||
|
||||
(when (featurep! :tools eval)
|
||||
(package! utop))
|
||||
|
Reference in New Issue
Block a user