Skip to content

Commit d60d2de

Browse files
authored
Update README.md
1 parent 8363d04 commit d60d2de

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 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,7 @@ autocmd bufwritepost *.js silent !standard --fix %
271267
set autoread
272268
```
273269

274-
[vim-1]: https://github.com/scrooloose/syntastic
270+
[vim-1]: https://github.com/w0rp/ale
275271

276272
### Emacs
277273

0 commit comments

Comments
 (0)