feat(corfu): make minibuffer completion optional
This commit is contained in:
parent
763464afdb
commit
4192c81113
2 changed files with 22 additions and 2 deletions
|
@ -198,6 +198,9 @@ A few variables may be set to change behavior of this module:
|
|||
- [[var:+corfu-buffer-scanning-size-limit]] ::
|
||||
Sets the maximum buffer size to be scanned by ~cape-dabbrev~. Defaults to 1 MB.
|
||||
Set this if you are having performance problems using the CAPF.
|
||||
- [[var:+corfu-want-minibuffer-completion]] ::
|
||||
Whether to enable Corfu in the minibuffer. See its documentation for
|
||||
additional tweaks.
|
||||
|
||||
** Adding CAPFs to a mode
|
||||
To add other CAPFs on a mode-per-mode basis, put either of the following in your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue