No description
Find a file
2014-06-18 11:50:07 +02:00
indent smarter indent for where and let 2014-06-18 11:50:07 +02:00
syntax added word boundary to quantifiers 2014-06-18 10:51:10 +02:00
README.md Update README.md 2014-06-17 23:03:53 +02:00

Haskell Syntax/Indentation

I was unhappy with the Haskell scripts that are shipped with vim, therefore I decided to make my own based on idris-vim.

I hope you find this useful.

Screenshot

Installation

I recommend using Pathogen for installation. Simply clone this repo into your ~/.vim/bundle directory and you are ready to go.

cd ~/.vim/bundle
git clone https://github.com/raichoo/haskell-vim.git

Manual Installation

Copy content into your ~/.vim directory.

Be sure that the following lines are in your .vimrc

syntax on
filetype on
filetype plugin indent on