Replace company-{quickhelp,posframe,lsp} by company-box
This commit is contained in:
parent
39652658de
commit
d5a642072b
@ -355,16 +355,9 @@
|
||||
company-dabbrev-downcase nil
|
||||
company-dabbrev-ignore-case nil)
|
||||
|
||||
(use-package company-posframe :ensure :demand
|
||||
(use-package company-box :ensure
|
||||
:delight
|
||||
:config
|
||||
(company-posframe-mode 1))
|
||||
|
||||
(use-package company-quickhelp :ensure :demand
|
||||
:disabled
|
||||
:config
|
||||
(company-quickhelp-mode 1)
|
||||
(setq company-quickhelp-delay 0.5))
|
||||
:hook (company-mode . company-box-mode))
|
||||
|
||||
(use-package company-statistics
|
||||
:config
|
||||
@ -601,12 +594,6 @@
|
||||
(let ((default-directory (lsp-workspace-root)))
|
||||
(call-interactively 'compile)))
|
||||
|
||||
(use-package company-lsp :ensure
|
||||
:config
|
||||
(setq company-lsp-enable-snippet t
|
||||
company-lsp-async t
|
||||
company-lsp-cache-candidates nil))
|
||||
|
||||
(use-package lsp-ui :ensure
|
||||
:bind (:map lsp-ui-mode-map
|
||||
([remap xref-find-definitions] . lsp-ui-peek-find-definitions)
|
||||
|
Loading…
Reference in New Issue
Block a user