We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e53118 commit db73983Copy full SHA for db73983
README.md
@@ -71,7 +71,7 @@ Minimal configuration with [company-lsp](https://github.com/tigersoldier/company
71
72
(use-package lsp-mode
73
:ensure t
74
- :init (setq lsp-inhibit-message t
+ :init (setq lsp-inhibit-message nil ; you may set this to t to hide messages from message area
75
lsp-eldoc-render-all nil
76
lsp-highlight-symbol-at-point nil))
77
0 commit comments