]> Untitled Git - vimfiles.git/commitdiff
some nice bindings for haskell
authorPhilippe Huerlimann <phihue@gmail.com>
Sun, 21 Oct 2012 11:03:23 +0000 (13:03 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Sun, 21 Oct 2012 11:03:23 +0000 (13:03 +0200)
ftplugin/haskell.vim

index 51e75fbbda53a9955b4c30b5ccebf0282996258a..f146ed88c271754a4292dccc18930b4b9b4ec4a2 100644 (file)
@@ -1 +1,5 @@
 setlocal omnifunc=necoghc#omnifunc
+
+nnoremap <leader>f :GhcModCheck<CR>
+nnoremap <leader>l :GhcModLint<CR>
+nnoremap <leader>i :GhcModTypeInsert<CR>