doomemacs/modules/completion
Henrik Lissner 1f8bf7accb
merge: rewrite-docs
I've omitted docs/*.org from this merge, as there is still work left to
do there, but I am pushing the module docs early so folks can benefit
from the new docs sooner.
2022-08-03 03:27:50 +02:00
..
company merge: rewrite-docs 2022-08-03 03:27:50 +02:00
helm merge: rewrite-docs 2022-08-03 03:27:50 +02:00
ido merge: rewrite-docs 2022-08-03 03:27:50 +02:00
ivy merge: rewrite-docs 2022-08-03 03:27:50 +02:00
vertico merge: rewrite-docs 2022-08-03 03:27:50 +02:00
README.org fix(docs): set mode in file-local vars 2022-08-03 02:46:33 +02:00

:completion

Description

These modules provide interfaces and frameworks completion, including code completion.

Frequently asked questions

Should I choose Ivy, Helm, Vertico, or Ido?

Vertico is Doom's default and comes highly recommended of the four. It is the fastest, best integrated in Doom's ecosystem, and its module is the most actively maintained of the four. It also has the cleanest codebase and ties into native functionality already existing in Emacs, rather than reinventing the wheel.