diff options
| -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. |
