haskell-vim-now
haskell-vim-now copied to clipboard
One-line Haskell Vim install
I'm finding that the `,bo` key sequence does _not_ close all other buffers. It simply reports: > Already only one window.
Using this simple example: ``` outFile :: String -> String outFile name = outDir++"/"++name++".v" ``` and with my cursor positioned on the 'n' at the beginning of the first occurrence...
- Refactoring tool [HaRe](https://github.com/RefactoringTools/HaRe) - [Vim-hsimport](https://github.com/dan-t/vim-hsimport) which will write import semiautomatically - use to sort the import statements [vim-haskell-sort-import](https://github.com/itchyny/vim-haskell-sort-import)
Because haskell-vim-now by default moves itself somewhere inside ```~/.config/``` and changes ```~/.vim/``` to it's symlink which points to ```haskell-vim-now/.vim/```, this client couldn't detect color schemes characterized by messages like: ```...
The .vimrc file maintained by the hvn script triggers sourcing of the rc file when saved. Is it possible to have the event trigger include changes to vimrc.local and plugins.vim?
[ALE](https://github.com/w0rp/ale) is a much nicer linter engine than neomake, and gives errors as-you-type without needing to save
Please not that I have never used Stack before, so this might just be a Stack issue. I assume PEBKAC. I am sort of upgrading haskell-vim-now. I have my own...
``` --- Installing helper binaries... Progress: 2/3 -- While building package wreq-0.4.1.0 using: /tmp/stack21091/wreq-0.4.1.0/.stack-work/dist/x86_64-linux/Cabal-1.24.0.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-1.24.0.0 build --ghc-options " -ddump-hi -ddump-to-file" Process exited with code: ExitFailure 1 Logs have been written...
When linting or compile checking, the bottom window expands and takes up a lot more space than necessary. Manually dragging it down works until linting or compile checking again. Is...
Ctrl-Space on import System.Directory (get) returns pattern not found error? On Linux System. Do I need to add YouCompleteMe or neocomplete or deoplete or some other completion engine for this...