Add note about LSP CAPF code origin
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
(lsp-completion-provider :none)
|
(lsp-completion-provider :none)
|
||||||
:init
|
:init
|
||||||
(setq lsp-keymap-prefix "C-c l")
|
(setq lsp-keymap-prefix "C-c l")
|
||||||
|
;; from https://github.com/minad/corfu/wiki
|
||||||
(defun my/lsp-mode-setup-completion ()
|
(defun my/lsp-mode-setup-completion ()
|
||||||
(setf (alist-get 'styles (alist-get 'lsp-capf completion-category-defaults))
|
(setf (alist-get 'styles (alist-get 'lsp-capf completion-category-defaults))
|
||||||
'(orderless)))
|
'(orderless)))
|
||||||
|
|||||||
Reference in New Issue
Block a user