m00qek / vim-pointfree

use vim to pointfree your haskell functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

use vim to pointfree your haskell functions


Languages

Language:Vim Script 95.9%Language:Makefile 4.1%