haskell-vim icon indicating copy to clipboard operation
haskell-vim copied to clipboard

Syntax Highlighting not working

Open dataO1 opened this issue 5 years ago • 1 comments

The syntax highlighting doesnt seem to work. Im using NVIM v0.4.3 and started from a plain init.vim file, with just the minimal requirements for this plugin (pathogen installation).

Heres a screenshot(the styling comes from my terminal, which is 'kitty'):

2020-01-13-153443_1920x1080_scrot

dataO1 avatar Jan 13 '20 15:01 dataO1

Maybe this isn't supposed on regular Vim (gvim8.2 on Windows), but isn't working for me either. Not sure how to debug this to add more info, in case these are related. image

and :syntax lists a bunch of haskell-specific looking things image

edit midquestion: it appears that my color scheme is to blame. :colo gruvbox was above. :colo molokai image and :colo solarized
image look fine. So maybe this is a user-issue after all.

tankorsmash avatar Aug 10 '22 03:08 tankorsmash