diff options
Diffstat (limited to 'config/lsp.el')
-rw-r--r-- | config/lsp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lsp.el b/config/lsp.el index 4103357..d925099 100644 --- a/config/lsp.el +++ b/config/lsp.el @@ -12,7 +12,7 @@ :custom (lsp-keymap-prefix "C-c l") ; Prefix for LSP actions - (lsp-completion-provider :none) ; Using Corfu as the provider + (lsp-completion-provider :capf) ; Using Corfu as the provider (lsp-diagnostics-provider :flycheck) (lsp-session-file (locate-user-emacs-file ".lsp-session")) (lsp-log-io nil) ; IMPORTANT! Use only for debugging! Drastically affects performance |