mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
@@ -8,9 +8,13 @@
|
|||||||
eglot-autoshutdown t
|
eglot-autoshutdown t
|
||||||
;; NOTE: We disable eglot-auto-display-help-buffer because :select t in
|
;; NOTE: We disable eglot-auto-display-help-buffer because :select t in
|
||||||
;; its popup rule causes eglot to steal focus too often.
|
;; its popup rule causes eglot to steal focus too often.
|
||||||
eglot-auto-display-help-buffer nil)
|
eglot-auto-display-help-buffer nil
|
||||||
(when (modulep! :checkers syntax -flymake)
|
;; Leave it to our modules and user config to initialize these.
|
||||||
(setq eglot-stay-out-of '(flymake)))
|
eglot-stay-out-of
|
||||||
|
(append (if (modulep! :checkers syntax -flymake)
|
||||||
|
'(flymake))
|
||||||
|
(if (modulep! :completion company)
|
||||||
|
'(company))))
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(set-popup-rule! "^\\*eglot-help" :size 0.15 :quit t :select t)
|
(set-popup-rule! "^\\*eglot-help" :size 0.15 :quit t :select t)
|
||||||
|
Reference in New Issue
Block a user