vim2hs
vim2hs copied to clipboard
conceal_wide doesn't work in non-cabal managed projects
this can be tested very easily by
$ cat <<EOF > test.hs
main :: IO ()
main = do putStrLn "hello world!"
EOF
notice that ::
is not concealed.