Hey everyone
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.
Hey everyone
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: https://github.com/thoughtbot/dotfiles/search?utf8=✓&q=syntastic
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.