I find the documents frustrating. What are the basic lines I need to add to my config file to get it working?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Technically, nothing. If you’ve extracted Syntastic into your
.vimdirectory, try using the:SyntasticEnablecommand within Vim to enable it for the filetype of the currently open file.If you want to automatically turn it on for a given filetype, then you’ll want to put a…
line in your
.vimrcwhere[filetype]is the type of file you want to enable it for.