Disable +flycheck-popup-mode in lsp-ui-mode #1192
As its redundant with lsp-ui's sideline feature.
This commit is contained in:
parent
5e24c93d4c
commit
899c4b8117
2 changed files with 13 additions and 2 deletions
|
@ -32,8 +32,11 @@
|
|||
|
||||
(def-package! flycheck-popup-tip
|
||||
:commands (flycheck-popup-tip-show-popup flycheck-popup-tip-delete-popup)
|
||||
:init (add-hook 'flycheck-mode-hook #'+flycheck-popup-mode)
|
||||
:config (setq flycheck-popup-tip-error-prefix "✕ "))
|
||||
:init
|
||||
(add-hook 'flycheck-mode-hook #'+flycheck-popup-mode)
|
||||
(add-hook '+flycheck-popup-mode-hook #'+flycheck|disable-popup-mode-for-lsp)
|
||||
:config
|
||||
(setq flycheck-popup-tip-error-prefix "✕ "))
|
||||
|
||||
|
||||
(def-package! flycheck-posframe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue