Disable LSP documentation popup
This commit is contained in:
parent
dab3d10b6d
commit
cf77a594c6
4
+ui.el
4
+ui.el
|
@ -16,6 +16,10 @@
|
||||||
doom-modeline-buffer-encoding nil)
|
doom-modeline-buffer-encoding nil)
|
||||||
;; Hide direnv environment variables popup
|
;; Hide direnv environment variables popup
|
||||||
(setq direnv-always-show-summary nil)
|
(setq direnv-always-show-summary nil)
|
||||||
|
;; Disable LSP documentation popup
|
||||||
|
(after! lsp
|
||||||
|
(setq lsp-ui-doc-enable nil
|
||||||
|
lsp-signature-auto-activate nil))
|
||||||
;; Shrink minibuffer
|
;; Shrink minibuffer
|
||||||
(after! ivy
|
(after! ivy
|
||||||
(setq ivy-height 10))
|
(setq ivy-height 10))
|
||||||
|
|
Loading…
Reference in New Issue