lang/csharp: move omnisharp-cache-directory to doom-etc-dir

It deceptively uses this directory to store the omnisharp server, rather
than just its cache files. Servers belong in doom-etc-dir.
This commit is contained in:
Henrik Lissner 2019-11-16 20:55:53 -05:00
parent c363791da0
commit 4dc3f0956a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -21,7 +21,7 @@
:commands omnisharp-install-server :commands omnisharp-install-server
:preface :preface
(setq omnisharp-auto-complete-want-documentation nil (setq omnisharp-auto-complete-want-documentation nil
omnisharp-cache-directory (concat doom-cache-dir "omnisharp")) omnisharp-cache-directory (concat doom-etc-dir "omnisharp"))
:config :config
(defun +csharp-cleanup-omnisharp-server-h () (defun +csharp-cleanup-omnisharp-server-h ()
"Clean up the omnisharp server once you kill the last csharp-mode buffer." "Clean up the omnisharp server once you kill the last csharp-mode buffer."