mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix omnisharp executable path
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
:init (add-hook! csharp-mode 'omnisharp-mode)
|
||||
:config
|
||||
(setq omnisharp-server-executable-path
|
||||
"~/Dropbox/projects/lib/Omnisharp/server/OmniSharp/bin/Debug/OmniSharp.exe"
|
||||
"~/Dropbox/lib/Omnisharp/server/OmniSharp/bin/Debug/OmniSharp.exe"
|
||||
omnisharp-auto-complete-want-documentation nil)
|
||||
|
||||
(bind! :map omnisharp-mode-map
|
||||
|
Reference in New Issue
Block a user