dev: merging corfu pr into local working branch

This commit is contained in:
Matt Nish-Lapidus 2023-11-24 15:06:04 -05:00
commit 44f7fbfdbf
7 changed files with 512 additions and 3 deletions

View file

@ -138,8 +138,11 @@ server getting expensively restarted when reverting buffers."
" "))
(add-to-list 'global-mode-string
'(t (:eval lsp-modeline-icon))
'append))))))
'append)))))
(when (modulep! :completion corfu)
(setq lsp-completion-provider :none)
(add-hook 'lsp-mode-hook #'lsp-completion-mode)))
(use-package! lsp-ui
:hook (lsp-mode . lsp-ui-mode)