Skip to content

Commit 1e66bdf

Browse files
authored
Merge pull request #851 from feross/readme-vim-ale
Recommend w0rp/ale over syntastic
2 parents 5126e74 + e0bdcdc commit 1e66bdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,7 @@ For JS snippets, install: **[vscode-standardjs-snippets][vscode-2]**. For React
258258

259259
### Vim
260260

261-
Install **[Syntastic][vim-1]** and add this line to `.vimrc`:
262-
263-
```vim
264-
let g:syntastic_javascript_checkers = ['standard']
265-
```
261+
Install **[ale][vim-1]**.
266262

267263
For automatic formatting on save, add these lines to `.vimrc`:
268264

@@ -271,7 +267,11 @@ autocmd bufwritepost *.js silent !standard --fix %
271267
set autoread
272268
```
273269

274-
[vim-1]: https://github.com/scrooloose/syntastic
270+
Alternative plugins to consider include [neomake][vim-2] and [syntastic][vim-3], both of which have built-in support for `standard` (though configuration may be necessary).
271+
272+
[vim-1]: https://github.com/w0rp/ale
273+
[vim-2]: https://github.com/neomake/neomake
274+
[vim-3]: https://github.com/vim-syntastic/syntastic
275275

276276
### Emacs
277277

0 commit comments

Comments
 (0)