haskell-vim-now
haskell-vim-now copied to clipboard
One-line Haskell Vim install
When first installing Haskell-Vim-Now I encountered the following error: ``` Setting up GHC if needed... Stack setup failed with exit code: 1 stderr: RedownloadInvalidResponse Request { host = "raw.githubusercontent.com" port...
``` $ bash /tmp/haskell-vim-now.sh ... HvnArgs {hvnArgsNoHoogleDb = False, hvnArgsNoHelperBinaries = False} Setting up GHC if needed... Stack setup failed with error 1 *** setup_haskell.hs failed with error 1. ***...
As mentioned, `hie` is working well in (neo)vim now. Details are in this blog [Vim and Haskell in 2019](marco-lopes.com/articles/Vim-and-Haskell-in-2019/). Hence, why not replace `ghc-mod`?
I'd like to disable the automatic removal of blank space at the ends of lines in my Haskell code, so I can better control the resultant formatting of the Haddock...
Hey guys, I'm sorry to bother you, but my Vim is now broken. No other language is now recognised, and many of my commands don't work anymore. And the commands...
Installing helper binaries... stack --resolver lts-10.3 install ghc-mod --install-ghc --verbosity warning Plan construction failed. "stack --resolver lts-10.3 install ghc-mod --install-ghc --verbosity warning" failed with error 1 *** setup_haskell.hs failed with...
The logic checks for a `~/.config/haskell-vim-now/hvn-helper-binaries/stack.yml`, and if found considers the binaries to be built and skips further work. However if a previous installation was interrupted then this file will...
I've been unsuccessfully trying to install [vim-stylish-haskell](https://github.com/nbouscal/vim-stylish-haskell) with regard to [Customizing](../blob/master/README.md#customizing) section. Unfortunately it isn't obviously to me which of three mentioned file I've to use. So I sequentially used...
The `,y` and `,p` key sequences work, from the _MacVim_ GUI, but not when I run _vim_ from a _tmux_ terminal.
I'm continually fighting with the auto-aligner, and would like to temporarily disable it. Can I do that?