vim-hdevtools icon indicating copy to clipboard operation
vim-hdevtools copied to clipboard

Insert Type

Open adamgordonbell opened this issue 12 years ago • 1 comments

Great plugin.

One thing I miss from GHC-mod is insert type ( :GhcModTypeInsert).

adamgordonbell avatar Jun 07 '13 01:06 adamgordonbell

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.

annaluiseblume avatar May 10 '19 03:05 annaluiseblume