fix: fix omnisharp path
This commit is contained in:
parent
b80031723a
commit
2039c88063
|
@ -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,
|
||||
|
|
|
@ -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…
Reference in a new issue