[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu 5641e3b 06/11: Update readme
From: |
Protesilaos Stavrou |
Subject: |
[elpa] externals/corfu 5641e3b 06/11: Update readme |
Date: |
Tue, 27 Apr 2021 11:39:07 -0400 (EDT) |
branch: externals/corfu
commit 5641e3bf80bb2b24da83fec49fc44c69169e1bcb
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Update readme
---
README.org | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index b8205f2..326dec1 100644
--- a/README.org
+++ b/README.org
@@ -20,12 +20,13 @@ two distinct use cases, also leading to code bases which
are easier to
understand.
Corfu is a minimal package (~500 lines of code without whitespace and
comments).
-In contrast to the featureful and complex Company package, Corfu only offers a
-completion UI and does not include custom completion backends. Completions are
-generated by calling the ~completion-at-point-functions~ (Capfs). Many code
-completion backends provide such a Capf, such that relying only on the default
-completion is often sufficient. For example the language server packages,
[[https://github.com/joaotavora/eglot][Eglot]]
-and [[https://github.com/emacs-lsp/lsp-mode][Lsp-mode]], both implement a Capf.
+In contrast to the featureful and complex Company package, Corfu concentrates
on
+the completion UI and does not include custom completion backends. Completions
+are either provided by commands like ~dabbrev-completion~ or by pluggable
+backends (~completion-at-point-functions~, Capfs). Many programming language
+major modes implement a Capf. Furthermore the language server packages,
[[https://github.com/joaotavora/eglot][Eglot]]
+and [[https://github.com/emacs-lsp/lsp-mode][Lsp-mode]], both use Capfs which
talk to the LSP server to retrieve the
+completions.
[[https://github.com/minad/corfu/blob/main/screenshot.png?raw=true]]
- [elpa] externals/corfu updated (71386bf -> 1db9916), Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu 8b4d5d8 02/11: Simplify corfu--restore-on-next-command, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu 6dfa254 01/11: Fix corfu-show-location, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu 6845fb0 03/11: Simplify corfu--pre-command-hook, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu a04dfe5 04/11: Add `corfu-confirm`, more tolerance for typos (Fix #14), Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu fe8674a 05/11: Ensure that the corfu popup works with `dabbrev-completion`, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu 1db9916 11/11: Show "No match" message if no candidates are found, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu 5641e3b 06/11: Update readme,
Protesilaos Stavrou <=
- [elpa] externals/corfu 0b87702 07/11: Add `corfu-excluded-modes`, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu 9dc4759 09/11: Exit conditions: Minor cleanup, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu ed3a26b 10/11: Better guarding against errors during candidate generation, Protesilaos Stavrou, 2021/04/27
- [elpa] externals/corfu ba858df 08/11: Guard against dabbrev error if there are no matches, Protesilaos Stavrou, 2021/04/27