summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-27 09:23:29 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-27 09:23:29 +0200
commit36e175e56da2226f9a8f5bceec6248c0ad37e5bb (patch)
treeea338259eaef785fa258d86455e1ab809a0d2697 /README.markdown
parent0a56a37f91247519c631557bfba6ffb6d2895585 (diff)
downloadstylish-haskell-36e175e56da2226f9a8f5bceec6248c0ad37e5bb.tar.gz
VIM instructions
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index d2da60a..ead788d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -15,3 +15,13 @@ Features
- Groups and wraps `{-# LANGUAGE #-}` pragmas (WIP)
- Removes trailing whitespace
- Replaces tabs by four spaces
+
+VIM integration
+---------------
+
+Since it works as a filter it is pretty easy to integrate this with VIM.
+Just call
+
+ :%!stylish-haskell
+
+or add a keybinding for it.