dmalikov / vim-stylish-haskell

stylish-haskell vim plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-stylish-haskell

Introduction

This is a plugin to integrate stylish-haskell cleanly into your vim workflow. By default, it will run stylish-haskell on Haskell buffers every time they are saved. It assumes stylish-haskell is accessible from your $PATH. If this isn't the case, set the g:stylish_haskell_command variable to the location of the stylish-haskell binary.

In case stylish-haskell is not present in PATH all the time, annoying error messages could be suppressed via g:stylish_haskell_disable_if_not_in_path = 1.

Installation

This plugin is compatible with Vundle.vim and pathogen.vim.

About

stylish-haskell vim plugin


Languages

Language:Vim Script 100.0%