diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-06 11:40:24 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-06 11:40:24 +0200 |
| commit | 0b9e92933ab080a0f9f1a6a38135baf9b6dfd4c0 (patch) | |
| tree | 5e0cf88448251f8cb3cc06e8ef0f4b1998f7d566 /README.org | |
| parent | 87e30394e2434df63275464f4405ca8770968b97 (diff) | |
Update readme
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ Corfu is a small package, which relies on the Emacs completion facilities and concentrates on providing a polished completion UI. Completions are either provided by commands like ~dabbrev-completion~ or by pluggable backends (~completion-at-point-functions~, Capfs). Most programming language major modes -implement a Capf. Furthermore the language server packages, Eglot and Lsp-mode, -use Capfs which talk to the LSP server to retrieve the completions. Corfu does +implement a Capf. The Emacs language server clients use Capfs, which retrieve +completions from the server via the language server protocol (LSP). Corfu does not include its own completion backends. The Emacs built-in Capfs and the Capfs provided by other programming language packages are usually sufficient. A few additional Capfs and completion utilities are provided by the [[https://github.com/minad/cape][Cape]] package. |
