dev: Hide lsp-mode sideline diagnostics
Per default errors are inlined right aligned next to the point in code where errors are happening. This change should prevent that error texts are being shown.
This commit is contained in:
parent
c7945b9791
commit
05ad81c631
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@
|
|||
("C-c i" . lsp-ui-doc-show)
|
||||
:config
|
||||
(setq lsp-ui-doc-position 'at-point)
|
||||
(setq lsp-ui-doc-show-with-mouse nil))
|
||||
(setq lsp-ui-doc-show-with-mouse nil)
|
||||
(setq lsp-ui-sideline-show-diagnostics nil))
|
||||
|
||||
(use-package yasnippet
|
||||
:ensure t)
|
||||
|
|
Loading…
Add table
Reference in a new issue