feat: update omnisharp-vim
This commit is contained in:
parent
9ccc8aaffd
commit
bce4d7b92b
|
@ -55,11 +55,11 @@ let g:lightline = {
|
|||
\ }
|
||||
|
||||
" omnisharp-vim config:
|
||||
let g:OmniSharp_start_without_solution = 1
|
||||
let g:OmniSharp_server_stdio = 1
|
||||
let g:OmniSharp_server_path = '/home/felschr/.nix-profile/bin/omnisharp'
|
||||
let g:OmniSharp_selector_ui = 'fzf'
|
||||
let g:OmniSharp_highlight_types = 3
|
||||
let g:OmniSharp_typeLookupInPreview = 1
|
||||
let g:ale_linters_explicit = 1
|
||||
let g:ale_linters = {
|
||||
\ 'cs': ['OmniSharp']
|
||||
|
|
|
@ -9,8 +9,8 @@ let
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "FelschR";
|
||||
repo = "omnisharp-vim";
|
||||
rev = "42aa675d6cc86051fb28e2a875d501797135641f";
|
||||
sha256 = "14nvz34iqnjn7kppfx8c0m9402hfdkcv2g83mvpdlqd9kx89xdsd";
|
||||
rev = "3eb38ffbf6295d24e544b72fb349e876cd28ad96";
|
||||
sha256 = "0wvhjv7rdscm0kps72wlbyhqk99j6c6flqsd2vkj0v985l48nzhz";
|
||||
};
|
||||
};
|
||||
nvim-lsp = buildVimPluginFrom2Nix {
|
||||
|
|
Loading…
Reference in a new issue