fix: fix omnisharp path
This commit is contained in:
parent
b80031723a
commit
2039c88063
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ let g:lightline = {
|
|||
|
||||
" omnisharp-vim config:
|
||||
let g:OmniSharp_server_stdio = 1
|
||||
let g:OmniSharp_server_path = '/home/felschr/.nix-profile/bin/omnisharp'
|
||||
let g:OmniSharp_server_path = '/etc/profiles/per-user/felschr/bin/omnisharp' " TODO use nix ref instead
|
||||
let g:OmniSharp_selector_ui = 'fzf'
|
||||
let g:OmniSharp_highlight_types = 3
|
||||
let g:OmniSharp_typeLookupInPreview = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue