Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
書類は面倒だと思います。構成ファイルを機能させるために追加する必要がある基本的な行は何ですか?
技術的には、何もありません。Syntastic を.vimディレクトリに抽出した場合は、 :SyntasticEnableVim 内でコマンドを使用して、現在開いているファイルのファイルタイプに対して Syntastic を有効にしてみてください。
.vim
:SyntasticEnable
特定のファイルタイプに対して自動的にオンにしたい場合は、...
SyntasticEnable [filetype]
.vimrcwhereの行は[filetype]、有効にするファイルの種類です。
.vimrc
[filetype]