summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-06-12 12:39:13 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2019-06-12 12:39:13 +0200
commit4b9d0745b3da6ced19fb8f257952f317b6d550f9 (patch)
tree2017ee38199d3ccd5bf0d5babcee96911fa0a6f7 /README.markdown
parentf1fe0d010144483315b3b37cb1eece93ecf3a6e5 (diff)
downloadstylish-haskell-4b9d0745b3da6ced19fb8f257952f317b6d550f9.tar.gz
Add vim-stylishask vim plugin reference
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 7245f10..97c8507 100644
--- a/README.markdown
+++ b/README.markdown
@@ -124,7 +124,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
@@ -132,12 +133,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
-----------------