Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 487 Bytes

use vim to pointfree your haskell functions


Installation

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'

Configuration

add something like the following on your vimrc

nnoremap <silent> <Leader>. :call pointfree#suggestions()<CR>
vnoremap <silent> <Leader>. :call pointfree#selection()<CR>