Make Syntastic close just the error window

Syntastic uses the location list (a window-local variant of the quickfix list), so a :lclose will close it, but keep the other buffers. As per syntastic’s help pages, the initial height can be configured: :let g:syntastic_loc_list_height=5 But I suspect that your intrusive Janus distribution has a hand in that. Vim “distributions” like spf-13 and Janus … Read more

How to configure Syntastic with JSHint?

Here is a more updated info, there is a configuration to associate a file extension to a checker, in your .vimrc let g:syntastic_javascript_checkers = [‘jshint’] Also to get info about what’s going on run this command in vim :SyntasticInfo And you’ll get an output similar to this: Syntastic info for filetype: javascript Available checkers: gjslint … Read more

VIM + Syntastic: how to disable the checker?

Using :SyntasticToggleMode you can toggle Syntastic into passive mode, which will disable auto-checking. You can then check a file by running :SyntasticCheck instead. For more, see :help syntastic-commands On another note: if Syntastic is slow for you consider trying ale as an alternative. Unlike Syntastic it runs asynchronously, so even if it’s slow it shouldn’t … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)