From 38b43a176a0b24e985515de9c7df913675f587f3 Mon Sep 17 00:00:00 2001 From: Sam Light <samlight1994@gmail.com> Date: Thu, 29 May 2025 22:46:08 +0100 Subject: Minor improvements and gitignore files --- config/lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/lsp.el') 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 -- cgit v1.2.3