summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-01 20:12:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-01 20:12:37 -0700
commitdd0c17ac6c5c34b09b4e79a0fa753745bacfe122 (patch)
tree0d8bf06c82c718504b1398471d9adbbd7dd45aa1 /README.markdown
parent15eafc587c41e041194d1c4c84b2b94410a06756 (diff)
parentb67a6ae12f8107b2d1714659f8a121274d5833f9 (diff)
downloadstylish-haskell-dd0c17ac6c5c34b09b4e79a0fa753745bacfe122.tar.gz
Merge tag 'v0.9.4.3'
v0.9.4.3
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index a3406c6..8f56ea6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -112,7 +112,8 @@ Or you can define `formatprg`
and then use `gq`.
-Alternatively, [vim-autoformat] supports stylish-haskell. To have it automatically reformat the files on save, add to your vimrc:
+Alternatively, [vim-autoformat] supports stylish-haskell. To have it
+automatically reformat the files on save, add to your vimrc:
```vim
autocmd BufWrite *.hs :Autoformat
@@ -120,12 +121,14 @@ autocmd BufWrite *.hs :Autoformat
autocmd FileType haskell let b:autoformat_autoindent=0
```
-[vim-autoformat]: https://github.com/Chiel92/vim-autoformat
+There are also plugins that run stylish-haskell automatically when you save a
+Haskell file:
-There is also the [vim-stylish-haskell] plugin, which runs stylish-haskell
-automatically when you save a Haskell file.
+* [vim-stylish-haskell]
+* [vim-stylishask]
[vim-stylish-haskell]: https://github.com/nbouscal/vim-stylish-haskell
+[vim-stylishask]: https://github.com/alx741/vim-stylishask
Emacs integration
-----------------