hockeybuggy / dotfiles

My ever evolving dotfiles
6 stars 0 forks source link

Eslint + Neomake #18

Closed hockeybuggy closed 7 years ago

hockeybuggy commented 7 years ago

Since I have been using vim 8 for a while and Neomake support's it's jobs, I wanted to give it a try for linting. My normal linting pattern was to run linter synconously and put the output in a quickfix window.

I also set up eslint as my javascript linter in this PR.