docs(helm,ivy,vertico,ido): add incompatibility checks
These modules tend to conflict if more than one of them are enabled at once. More systematic compatibility tests are in the works, but for now this will do.
This commit is contained in:
parent
9787022b83
commit
aa49edc216
4 changed files with 25 additions and 1 deletions
7
modules/completion/helm/doctor.el
Normal file
7
modules/completion/helm/doctor.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; completion/helm/doctor.el
|
||||
|
||||
(dolist (module '(ivy ido vertico))
|
||||
(when (doom-module-p :completion module)
|
||||
(error! "This module is incompatible with :completion %s; disable one or the other"
|
||||
module)))
|
Loading…
Add table
Add a link
Reference in a new issue