Skip to content

Commit db73983

Browse files
committed
Change lsp-inhibit-message to nil in the quick startup section
- Having this value set to t is confusing new users since they don't have indication what is going on.
1 parent 6e53118 commit db73983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Minimal configuration with [company-lsp](https://github.com/tigersoldier/company
7171
7272
(use-package lsp-mode
7373
:ensure t
74-
:init (setq lsp-inhibit-message t
74+
:init (setq lsp-inhibit-message nil ; you may set this to t to hide messages from message area
7575
lsp-eldoc-render-all nil
7676
lsp-highlight-symbol-at-point nil))
7777

0 commit comments

Comments
 (0)