Skip to content

Commit c7500e2

Browse files
authored
Readme: add mentions of neomake and syntastic
1 parent d60d2de commit c7500e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@ autocmd bufwritepost *.js silent !standard --fix %
267267
set autoread
268268
```
269269

270+
Other linters you can try are [neomake][vim-2] and [syntastic][vim-3], both of which have built-in support for Standard (though configuration may be necessary).
271+
270272
[vim-1]: https://github.com/w0rp/ale
273+
[vim-2]: https://github.com/neomake/neomake
274+
[vim-3]: https://github.com/vim-syntastic/syntastic
271275

272276
### Emacs
273277

0 commit comments

Comments
 (0)