Skip to content

Commit 4b9d074

Browse files
committed
Add vim-stylishask vim plugin reference
1 parent f1fe0d0 commit 4b9d074

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.markdown

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,23 @@ Or you can define `formatprg`
124124

125125
and then use `gq`.
126126

127-
Alternatively, [vim-autoformat] supports stylish-haskell. To have it automatically reformat the files on save, add to your vimrc:
127+
Alternatively, [vim-autoformat] supports stylish-haskell. To have it
128+
automatically reformat the files on save, add to your vimrc:
128129

129130
```vim
130131
autocmd BufWrite *.hs :Autoformat
131132
" Don't automatically indent on save, since vim's autoindent for haskell is buggy
132133
autocmd FileType haskell let b:autoformat_autoindent=0
133134
```
134135
135-
[vim-autoformat]: https://github.com/Chiel92/vim-autoformat
136+
There are also plugins that run stylish-haskell automatically when you save a
137+
Haskell file:
136138
137-
There is also the [vim-stylish-haskell] plugin, which runs stylish-haskell
138-
automatically when you save a Haskell file.
139+
* [vim-stylish-haskell]
140+
* [vim-stylishask]
139141
140142
[vim-stylish-haskell]: https://github.com/nbouscal/vim-stylish-haskell
143+
[vim-stylishask]: https://github.com/alx741/vim-stylishask
141144
142145
Emacs integration
143146
-----------------

0 commit comments

Comments
 (0)