Anyone know a good guide to setting up linting in VIM?

Hey everyone :smile:

Relatively new developer/upcaser here! I was wondering if anyone knew a beginner-friendly resource for setting up a great linting system in VIM?

I have been trying to set up Rubocop, SCSS-lint, etc.

I use syntastic. You can see a basic configuration in the thoughtbot dotfiles: Search ยท syntastic ยท GitHub

1 Like

thanks for that, iโ€™ve been using the thoughtbot dotfiles for a while and just figured out how to not make vim freak out linting ionic templates.