Disable LSP documentation popup

This commit is contained in:
coolneng 2020-07-01 18:55:30 +02:00
parent dab3d10b6d
commit cf77a594c6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

4
+ui.el
View File

@ -16,6 +16,10 @@
doom-modeline-buffer-encoding nil)
;; Hide direnv environment variables popup
(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
(after! ivy
(setq ivy-height 10))