tweak(emacs): use system omnisharp-roslyn
This commit is contained in:
parent
9af2aeaae9
commit
5269c1ae95
2 changed files with 3 additions and 0 deletions
|
@ -243,5 +243,7 @@ And jumps to your `doom!' block."
|
||||||
:init
|
:init
|
||||||
(setq lsp-python-ms-executable (executable-find "python-language-server")))
|
(setq lsp-python-ms-executable (executable-find "python-language-server")))
|
||||||
|
|
||||||
|
(setq lsp-csharp-server-path (executable-find "omnisharp"))
|
||||||
|
|
||||||
;; Disable excessive warnings in configuration directory
|
;; Disable excessive warnings in configuration directory
|
||||||
(add-to-list '+emacs-lisp-disable-flycheck-in-dirs infinidoge-doom-private-dir)
|
(add-to-list '+emacs-lisp-disable-flycheck-in-dirs infinidoge-doom-private-dir)
|
||||||
|
|
|
@ -54,6 +54,7 @@
|
||||||
|
|
||||||
# :lang csharp
|
# :lang csharp
|
||||||
mono
|
mono
|
||||||
|
omnisharp-roslyn
|
||||||
|
|
||||||
# :lang latex
|
# :lang latex
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue