tweak(emacs): use system omnisharp-roslyn

This commit is contained in:
Infinidoge 2022-01-27 09:50:28 -05:00
parent 9af2aeaae9
commit 5269c1ae95
2 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -54,6 +54,7 @@
# :lang csharp # :lang csharp
mono mono
omnisharp-roslyn
# :lang latex # :lang latex
(texlive.combine { (texlive.combine {