DEV Community

Discussion on: A guide to setting up Vim for JavaScript development

Collapse
 
johncip profile image
jmc • Edited

My setup is similar to yours, and I second all of your suggestions. I wanted to add that ALE will use eslint_d if you have it installed, and it's noticeably faster than eslint.

Also I feel like vim-surround should just be merged into vim -- it's that useful.