From: Philippe Huerlimann Date: Sun, 21 Oct 2012 11:03:23 +0000 (+0200) Subject: some nice bindings for haskell X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=fd21efebeb0297aaebd00ee5b204085345a5d5c5;p=vimfiles.git some nice bindings for haskell --- diff --git a/ftplugin/haskell.vim b/ftplugin/haskell.vim index 51e75fb..f146ed8 100644 --- a/ftplugin/haskell.vim +++ b/ftplugin/haskell.vim @@ -1 +1,5 @@ setlocal omnifunc=necoghc#omnifunc + +nnoremap f :GhcModCheck +nnoremap l :GhcModLint +nnoremap i :GhcModTypeInsert