summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-26Version 0.30.3Daniel Mendler
2021-04-26README: Add shell-mode to configuration exampleDaniel Mendler
2021-04-26Fix display in shell-mode (See #13)Daniel Mendler
Thanks, @manuel-uberti!
2021-04-23Update readmeDaniel Mendler
2021-04-20Minor restructuringDaniel Mendler
2021-04-20Pass beg+base as position to `corfu--popup`Daniel Mendler
2021-04-20Exit from `corfu-complete` and `completion-at-point`Daniel Mendler
This is generalized fa8a43e1e7497930d9db2274833877629f423abb. When no further completion is possible and the current string is a valid match, exit with status 'finished. See #11
2021-04-20Extract `corfu--done` from `corfu--insert`Daniel Mendler
2021-04-20Revert "Exit from `corfu-complete`"Daniel Mendler
This reverts commit fa8a43e1e7497930d9db2274833877629f423abb.
2021-04-20Exit from `corfu-complete`Daniel Mendler
When no further completion is possible and the current string is a valid match, exit with status 'finished. See #11
2021-04-19Add noteDaniel Mendler
2021-04-19Add note to deferred hlDaniel Mendler
2021-04-19Fix extraction of base from returned completions (Fix #8)Daniel Mendler
2021-04-18README: Update caveatsDaniel Mendler
2021-04-18corfu--insert: SimplifyDaniel Mendler
2021-04-18defcustom: Replace corfu-min-width with corfu-width-limitsDaniel Mendler
2021-04-18README: Add caveatDaniel Mendler
2021-04-18Do not remove completion-in-region--postchDaniel Mendler
* Ensures that the region mode is deactivated when switching buffers * Overwrite the predicate function instead to keep completion alive
2021-04-18README: Document keybindingsDaniel Mendler
2021-04-18Improve exiting and candidate insertionDaniel Mendler
* corfu--post-command-hook: Do not exit automatically after completion boundary. * corfu--pre-command-hook: When implicitly exiting via another command, call :exit-function with exit status `exact`. * corfu-insert: When no candidate is selected and current input is a valid completion, use the current input as result. * corfu-compute: Always keep alive, also when inserting selected candidate
2021-04-17Add base string when previewing the current candidateDaniel Mendler
2021-04-17Hide scrollbar if there are fewer than corfu-count candidatesDaniel Mendler
2021-04-17Update readmeDaniel Mendler
2021-04-17README: Update caveats sectionDaniel Mendler
2021-04-17Revert "Add corfu-completion-styles"Daniel Mendler
This reverts commit 6e9b8ef9b96037b5ee1ff583eafdde4cd78842fe. Revert this for since it needs more thought (See #5).
2021-04-17Oops, use `:global nil` instead of `:local t`Daniel Mendler
2021-04-17Version 0.20.2Daniel Mendler
2021-04-17Do not colorize left border (See #6)Daniel Mendler
2021-04-17corfu-map: Bind M-n and M-pDaniel Mendler
2021-04-17README: Add link to ELPADaniel Mendler
2021-04-17Add corfu-completion-stylesDaniel Mendler
It may be useful to set a special completion style only for completion in region, since completion in region has special requirements regarding the handling of the completion prefix (See #5).
2021-04-17Extract corfu--move-prefix-candidates-to-frontDaniel Mendler
2021-04-17README: Update caveatDaniel Mendler
2021-04-17corfu-first: Jump to the prompt if first candidate is selectedDaniel Mendler
2021-04-17Fix some face issues, add comment about face usageDaniel Mendler
See #6
2021-04-17Do not show annotation in candidate preview (See #2)Daniel Mendler
2021-04-17Minor optimizationsDaniel Mendler
2021-04-17corfu-show-location/documentation: Add error messagesDaniel Mendler
2021-04-17Ignore corfu-abort if documentation/location window is shownDaniel Mendler
2021-04-17Fix typo in corfu-minor-modeDaniel Mendler
2021-04-17Fix header: Add mail addressDaniel Mendler
2021-04-17Rework popup functionDaniel Mendler
2021-04-16Add corfu--completion-in-regionDaniel Mendler
2021-04-16Add support for annotation and affixation functionDaniel Mendler
Marginalia is explicitly disabled, since the Marginalia annotations are meant to be used in the minibuffer and take too much space.
2021-04-16Add corfu-min-widthDaniel Mendler
Suggestion by @astoff
2021-04-16Add corfu-abortDaniel Mendler
2021-04-16Add support for help buffer (company-location, company-doc-buffer)Daniel Mendler
2021-04-16README: Add caveats sectionDaniel Mendler
2021-04-16SimplificationsDaniel Mendler
2021-04-16Deactivate fancy border if line spacing is used (Fix #1)Daniel Mendler
Maybe there is a better alternative to draw borders?