Just started to look into VIM for my coding. I managed to set up some functionality with pathogen and want to make a slow start to learn VIM. the problem is that when I open a PHP document, I get swamped with the warning "Missing doc comment"
Of course for good practice these comments should be in the file, but when just playing around this is annoying. Is there a way to turn (toggle) this off?
Any other tips welcome, but I am just getting my feet wet in VIM
Edit: My current plugins:
auto-pairs , nerdtree , supertab , syntastic , vim-autoformat , vim-jsbeautify , vim-sensible
:h packagesfor more info. BTW.:helpis the most useful command in Vim. – Matt Sep 26 '19 at 05:52