Syntax highlighting disappeared
tsoernes opened this issue · 7 comments
tsoernes commented
I had haskell-vim working, but I no longer get syntax highlighting at all for Haskell.
I did do an update just now to your latest commit, but probably the error is on my part. Here's the .vimrc, I'm running neovim 0.2.0. https://da.gd/wkVF
I've tried disabling the theme, and most packages one by one, but I can't figure it out.
YoEight commented
YoEight commented
I've searched a bit, it could be related to #66 in my case, TL;DR my colorscheme gruvbox overrides haskell-vim colors.
YoEight commented
raichoo commented
Thanks for reporting.
tsoernes commented
My problem was caused by the combination of intero-neovim and the line
#!/usr/bin/env runhaskell
which caused the filetype to be detected as config instead of haskell.
aeruhxi commented



