diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-03-01 19:50:59 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-03-01 19:50:59 +0100 |
| commit | 763e78c16358308f4008ad2bfcf1ca39124e4f37 (patch) | |
| tree | 38165eb01f0bd794c61c20e6d915750a66716cb5 /README.org | |
| parent | b71465fa6b6588babc98a1ae7034c9a41e5eaca7 (diff) | |
README: Update features list
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -42,16 +42,16 @@ - The popup can be summoned explicitly by pressing =TAB= at any time. - The current candidate is inserted with =TAB= and selected with =RET=. - Candidates sorting by prefix, string length and alphabetically. - - The selected candidate is previewed (configuable via ~corfu-preview-current~). + - The selected candidate is previewed (configurable via ~corfu-preview-current~). - The selected candidate automatically committed on further input by default. (configurable via ~corfu-preview-current~). - The [[https://github.com/oantolin/orderless][Orderless]] completion style is supported. The filter string can contain - arbitrary characters, including spaces, if ~corfu-separator~ is configured (try =M-SPC=). + arbitrary characters, after inserting a space via =M-SPC= (configurable via + ~corfu-quit-at-boundary~ and ~corfu-separator~). - Deferred completion style highlighting for performance. - Jumping to location/documentation of current candidate. - - Show candidate documentation/signature string in the echo area. + - Support for candidate annotations and documentation in the echo area. - Deprecated candidates are crossed out in the display. - - Support for annotations (~annotation-function~, ~affixation-function~). - Icons can be provided by an external package via margin formatter functions. * Installation and Configuration |
