fix: fix omnisharp path

This commit is contained in:
Felix Schröter 2020-05-22 18:03:28 +02:00
parent b80031723a
commit 2039c88063
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"eslint.autoFixOnSave": true,
"omnisharp.path": "/home/felschr/.nix-profile/bin/omnisharp",
"omnisharp.path": "/etc/profiles/per-user/felschr/bin/omnisharp",
"omnisharp.useGlobalMono": "never",
"omnisharp.projectLoadTimeout": 120,
"omnisharp.enableRoslynAnalyzers": true,

View file

@ -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