use vim to pointfree your haskell functions
vim-pointfree depends on pointfree, so make sure that it is installed and available in your $PATH.
To install using vim-plug:
Plug 'm00qek/vim-pointfree'
add something like the following on your vimrc
nnoremap <silent> <Leader>. :call pointfree#suggestions()<CR>
vnoremap <silent> <Leader>. :call pointfree#selection()<CR>