summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorDaniel Campoverde [alx741] <alx741@riseup.net>2016-08-02 23:31:30 -0500
committerDaniel Campoverde [alx741] <alx741@riseup.net>2016-08-02 23:31:30 -0500
commit1b8f589d0648c6fb19fe827b56d5cad3f71544c6 (patch)
treec1fc218727a4c04685a6ab5ca0b7a8987a73533a /README.markdown
parentab625813a8ebf69defe83745a71c7c085632ec23 (diff)
downloadstylish-haskell-1b8f589d0648c6fb19fe827b56d5cad3f71544c6.tar.gz
Add Vim usage method in README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 209f2d7..3cee691 100644
--- a/README.markdown
+++ b/README.markdown
@@ -102,11 +102,18 @@ VIM integration
---------------
Since it works as a filter it is pretty easy to integrate this with VIM.
-Just call
+
+You can call
:%!stylish-haskell
-or add a keybinding for it.
+and add a keybinding for it.
+
+Or you can define `formatprg`
+
+ :set formatprg=stylish-haskell
+
+and then use `gq`.
There is also the [vim-stylish-haskell] plugin, which runs stylish-haskell
automatically when you save a Haskell file.