Fix omnisharp executable path
This commit is contained in:
parent
7e617e563d
commit
21648b863e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue