diff options
author | Sam Light <samlight1994@gmail.com> | 2025-05-29 22:46:08 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-05-29 22:46:08 +0100 |
commit | 38b43a176a0b24e985515de9c7df913675f587f3 (patch) | |
tree | 573482bb367e047470193ef48c73c55b614f089a /config/lsp.el | |
parent | 3fc135d11dfea3f84e95549c239376e85b6f8003 (diff) |
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 |