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:
parent
c363791da0
commit
4dc3f0956a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
:commands omnisharp-install-server
|
||||
:preface
|
||||
(setq omnisharp-auto-complete-want-documentation nil
|
||||
omnisharp-cache-directory (concat doom-cache-dir "omnisharp"))
|
||||
omnisharp-cache-directory (concat doom-etc-dir "omnisharp"))
|
||||
:config
|
||||
(defun +csharp-cleanup-omnisharp-server-h ()
|
||||
"Clean up the omnisharp server once you kill the last csharp-mode buffer."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue