vim-hdevtools
vim-hdevtools copied to clipboard
Insert Type
Great plugin.
One thing I miss from GHC-mod is insert type ( :GhcModTypeInsert).
I have implemented this. See pull request https://github.com/bitc/vim-hdevtools/pull/35 .
You can add a shortcut like
nnoremap <buffer> <silent> <F5> :HdevtoolsInsertType<CR>
to your Haskell filetype configuration.