haskell-vim-proto
haskell-vim-proto copied to clipboard
Basic starter config for Vim and Haskell
This is less about the repo itself, and more about the original article. You recommend using ghc-mod. But installing it errs out, which I have found is due to the...
I have created https://github.com/vim/vim/pull/1777 to merge the two separate changes to `cabal.vim` v1.3 . What's your opinion on making the change upstreamed to benefit more users?
For instance, given ```haskell f 1 = 1 f n | n `elem` [2, 3] = 2 ``` yields  (third line just for comparison) vim 8.0.1056, `syntax/haskell.vim` just...
I know [fzf](https://github.com/junegunn/fzf) isn't written in the favorite language of Haskellers (it's a Go program) but it is statically typed and faster than ctrl-p. The vim plugin I use for...