From fd21efebeb0297aaebd00ee5b204085345a5d5c5 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Sun, 21 Oct 2012 13:03:23 +0200 Subject: [PATCH] some nice bindings for haskell --- ftplugin/haskell.vim | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.51.2