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

Basic starter config for Vim and Haskell

Results 4 haskell-vim-proto issues
Sort by recently updated
recently updated
newest added

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 ![spectacle lh8341](https://user-images.githubusercontent.com/51103/30256791-3df62236-967b-11e7-828d-d84ae3d92391.png) (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...