From 2b77ae8f87b39a7b4ab9c77c6b4dd4835be7d62c Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Wed, 10 Feb 2016 13:37:15 -0600 Subject: [PATCH] Update tools.md --- tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools.md b/tools.md index 62f8529..b9d1e39 100644 --- a/tools.md +++ b/tools.md @@ -20,8 +20,8 @@ It's a bit fragile, more than a bit slow, and it's not worth the grief. - We recommend [Stephen Diehl's vim instructions](http://www.stephendiehl.com/posts/vim_2016.html) but we suggest replacing ghc-mod with the below for now. - For getting type errors in vim reliably (in lieu of ghc-mod) ``` - autocmd FileType haskell setlocal makeprg=stack\ build - autocmd FileType haskell setlocal errorformat=%f:%l:%v:%m + autocmd FileType haskell setlocal makeprg=stack\ build + autocmd FileType haskell setlocal errorformat=%f:%l:%v:%m ``` from: https://github.com/ishiy1993/dotfiles/blob/master/.vimrc