Skip to content

Commit

Permalink
vim/omnisharp: workaround for working under WSL2
Browse files Browse the repository at this point in the history
  • Loading branch information
sim590 committed Sep 29, 2022
1 parent 7fe03c0 commit ab3bbb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vim/plugins-config/omnisharp.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

" Solution de contournement~[2] pour omnisharp qui ne marche pas dans WSL2~[1].
" [1]: https://github.com/OmniSharp/omnisharp-vim/issues/706
" [2]: https://github.com/OmniSharp/omnisharp-vim/issues/706#issuecomment-882047918
let g:OmniSharp_server_path = "/mnt/c/Users/sdesaulniers/prog/omnisharp-wsl2-workaround/bin/Debug/net6.0/win-x64/omnisharp-wsl2-workaround.exe"

let g:OmniSharp_highlighting = 0
let g:OmniSharp_translate_cygwin_wsl = 1
let g:OmniSharp_loglevel = 'debug'
Expand Down

0 comments on commit ab3bbb0

Please sign in to comment.