Reenable lsp mode lighter

- The lsp modeline is used to provide information about the server status so it
should not be be hidden.
This commit is contained in:
kyoncho 2018-09-06 23:00:01 +03:00 committed by Codruț Constantin Gușoi
parent 901f35849a
commit 20c621c5ce
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
:defer t
:config
(progn
(spacemacs|hide-lighter lsp-mode)
(evil-set-command-property 'lsp-goto-type-definition :jump t)
(evil-set-command-property 'lsp-goto-implementation :jump t))))