Closed fractalic closed 4 years ago
Pathogen installation also works fine.
Thanks for the detailed issue. I haven't had a chance to look into it yet, but I will.
Thanks Nick :) honestly still haven't ruled out some sort of user error on my part 😅
Oh! You just have to turn on Vim's syntax, because otherwise the standard highlight groups aren't configured.
filetype indent plugin on
syntax enable
I added a note about this to the README.
🎉 and also 🤦 😃
When loading a .cs file, after cloning omnisharp-vim into
pack/plugins/start
, I encounter an error message that seems to be related to omnisharp's hightlight groups:Then, when I attempt to run
:OmniSharpHighlight
, I see this error:I initially encountered this error in an existing vim setup, but I've been able to replicate it in a clean installation, which I've detailed below:
tree -L 4 ~/.vim
~/.vimrc
vi --version
And finally a sample XUnit test file where I see this error on loading:
When installed with
vim-plug
, OmniSharp-vim works fine. Maybe I just missed some configuration?