Major rework on vim and zsh

This commit is contained in:
hellerve
2015-04-05 17:41:14 +02:00
parent 9e6f10e473
commit 50f32b32ed
5 changed files with 578 additions and 178 deletions

1
ghci
View File

@@ -7,3 +7,4 @@ let ghciEscapeShellArg arg = "'" ++ concatMap (\c -> if c == '\'' then "'\"'\"'"
:def! h return . (":! hoogle --color --count=20 " ++) . ghciEscapeShellArg
:def! doc return . (":! hoogle --info " ++) . ghciEscapeShellArg
:def! hlint const . return $":! hlint \"src\""