dev: merging corfu pr into local working branch
This commit is contained in:
commit
44f7fbfdbf
7 changed files with 512 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue