aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/rc/omnisharp.vim
blob: e7ddb095c2b70fde8e82780bc1d7ab63f854b1b8 (plain)
1
2
3
4
5
Plug 'OmniSharp/omnisharp-vim'

let g:OmniSharp_server_stdio = 1
let g:OmniSharp_server_path = '/home/taamas/repos/omnisharp-roslyn/artifacts/scripts/OmniSharp.Stdio'
let g:OmniSharp_selector_ui = 'fzf'