OrangeT / vim-csharp

Enhancement's to Vim's C-Sharp Functionality
117 stars 39 forks source link

Highlighting not working out of the box #41

Open hangjitrai opened 6 years ago

hangjitrai commented 6 years ago

Is this plugin meant to work out of the box?

I am opening the cshtml and cs files in vim after installing it but they are still not showing the highlights.

image

image

image

I'm using gVim on windows 10. I used Vundle to install the plugin. I can see that the plugin is installed and is loading on gVim (when I execute :scriptnames it shows that ~\.vim\bundle\vim-csharp\plugin.cs.vim is loading as per the screenshot below).

image

JohnnyCurran commented 6 years ago

Did you ever resolve this issue? I'm also in Win10 with gVim and don't seem to get highlighting, especially on var, await, async, etc.