spacemacs/layers/+spacemacs/spacemacs-completion/README.org

23 lines
781 B
Org Mode
Raw Normal View History

2017-04-25 15:42:58 +00:00
#+TITLE: spacemacs-completion layer
2019-05-05 17:26:40 +00:00
#+TAGS: layer|uncategorized
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-04-25 15:42:58 +00:00
* Description
This layer does basic setup for completion frameworks like =helm=, =ivy= and
=ido=.
Its main role is to ensure sane defaults and consistent UI between =helm=
and =ivy= because even when you are using only one of them you could still
need to use the other (for instance a package that supports only =helm=).
Advanced configuration of these packages can be found in their respective
layers in =+completion= layer directory.
** Features:
- Base preconfiguration of =helm= and =ivy= for other layers to use.
- Basic support for =ido-navigation= configuration and transient state.