OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.72k stars 168 forks source link

Is there a way to just use highlighting? #710

Closed gmr458 closed 3 years ago

gmr458 commented 3 years ago

I already use OmniSharp server with nvim-lspconfig.

nickspoons commented 3 years ago

Sure, but why? It doesn't make sense to me to have 2 versions of the server running, but that is up to you. If you only want to use highlighting, you'll still need to have OmniSharp-vim launch it's own server, we can't communicate with another server we haven't started.

gmr458 commented 3 years ago

@nickspoons I understand, thanks for the reply.