haskell-vim
haskell-vim copied to clipboard
Custom Haskell Vimscripts
I'm not sure if this is the right plugin for this, but many filetype plugins set spell check in the comments region of the code. This doesn't seem to .
If you have a program that looks like this: ``` myFunc :: IO () myFunc = do x :: Int
It would be useful for the people who want this but didn’t realize there already is an implementation they can use and not spend time implementing it themselves. For the...
This appears to break the syntax highlighting, ``` disambiguate
how can I use it with `vim-plug`?
There is `haskell_indent_case_alternative` which minimizes indentation. I also want to minimize indentation for `if`. Thus, adding `haskell_indent_if_alternative` to haskell-vim would be helpful. Because haskell-vim doesn't have `haskell_indent_if_alternative`, I just indent...