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
|
||||
(setq lsp-python-ms-executable (executable-find "python-language-server")))
|
||||
|
||||
(setq lsp-csharp-server-path (executable-find "omnisharp"))
|
||||
|
||||
;; Disable excessive warnings in configuration directory
|
||||
(add-to-list '+emacs-lisp-disable-flycheck-in-dirs infinidoge-doom-private-dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue