[csharp] Hide mode-line indicator: omnisharp

This commit is contained in:
duianto 2019-04-27 02:07:37 +02:00
parent 603d36c5dc
commit 28571f4465
2 changed files with 3 additions and 1 deletions

View File

@ -1123,6 +1123,7 @@ Other:
- No need to unset =omnisharp-auto-complete-want-documentation= anymore
(thanks to Saulius Menkevičius)
- Add ~SPC m t~ which key prefix: =csharp/tests= (thanks to duianto)
- Hide mode-line indicator: =omnisharp= (thanks to duianto)
- Key bindings:
- New key binding =SPC m g e= for =omnisharp-solution-errors=
(thanks to Saulius Menkevičius)

View File

@ -94,7 +94,8 @@
"u" 'omnisharp-auto-complete-overrides
"i" 'omnisharp-fix-usings
;; [missing in roslyn] "=" 'omnisharp-code-format
))))
)
(spacemacs|hide-lighter omnisharp-mode))))
(defun csharp/post-init-company ()
(when (configuration-layer/package-used-p 'omnisharp)