diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index 40e8f4c55..2dc9a5a8f 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -2,7 +2,7 @@ (defvar +lsp-company-backends (if (featurep! :editor snippets) - '(:separate company-capf company-yasnippet) + '(company-capf :with company-yasnippet) 'company-capf) "The backends to prepend to `company-backends' in `lsp-mode' buffers. Can be a list of backends; accepts any value `company-backends' accepts.")