mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #5125: mix snippets with completion candidates
So snippets aren't all the way at the bottom of the candidate list. Closes #5220
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(defvar +lsp-company-backends
|
(defvar +lsp-company-backends
|
||||||
(if (featurep! :editor snippets)
|
(if (featurep! :editor snippets)
|
||||||
'(:separate company-capf company-yasnippet)
|
'(company-capf :with company-yasnippet)
|
||||||
'company-capf)
|
'company-capf)
|
||||||
"The backends to prepend to `company-backends' in `lsp-mode' buffers.
|
"The backends to prepend to `company-backends' in `lsp-mode' buffers.
|
||||||
Can be a list of backends; accepts any value `company-backends' accepts.")
|
Can be a list of backends; accepts any value `company-backends' accepts.")
|
||||||
|
Reference in New Issue
Block a user