Skip to content

Commit

Permalink
Make g:OmniSharp_highlighting default to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Jul 7, 2020
1 parent 6cd92c6 commit c5b41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/OmniSharp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ command! -bar -nargs=? OmniSharpOpenLog call OmniSharp#log#Open(<q-args>)

" Initialise automatic type and interface highlighting
" Preserve backwards compatibility with older version g:OmniSharp_highlight_types
let g:OmniSharp_highlighting = get(g:, 'OmniSharp_highlighting', get(g:, 'OmniSharp_highlight_types', 0))
let g:OmniSharp_highlighting = get(g:, 'OmniSharp_highlighting', get(g:, 'OmniSharp_highlight_types', 2))
if g:OmniSharp_highlighting
augroup OmniSharp_HighlightTypes
autocmd!
Expand Down

0 comments on commit c5b41ef

Please sign in to comment.