carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

fix syntastic defaults, defaulting to passive is unintuitive and shou… #684

Closed peter-bertuglia closed 7 years ago

peter-bertuglia commented 7 years ago

…ld be done in ones own .vimrc.after, if desired.

The Syntastic default for mode mode was recently changed to "passive" rather than Syntastic's own default of "active," which is the opposite of what anyone using Janus and Syntastic for years would expect. This PR aims to change the default for mode back to "active."

kalbasit commented 7 years ago

That being true, Syntastic is making Janus slow as explained in #564. I agree about trying to keep things as default, but we have to choose whether speed or default is what matters here.

peter-bertuglia commented 7 years ago

I do feel like it's a counterintuitive default, but I can understand the performance concerns and make the change in my own config, as I have done. Thanks for taking the time to review!