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.
.vim/autoload に病原体があり、.vim/bundles ディレクトリに nerdtree があります。私も持っています
filetype off call pathogen#helptags() call pathogen#runtime_append_all_bundles() filetype plugin indent on
私の .vimrc ファイルで
なんらかの理由で、vim を実行すると、NERDTree が実行されません。
助言がありますか
NERDTree は本当に 内にあり.vim/bundlesますか? にあるはずです.vim/bundle。
.vim/bundles
.vim/bundle
call pathogen#helptags()また、行の後に行を入れる必要があることに注意してくださいcall pathogen#runtime_append_all_bundles()。そうしないと、タグが適切に生成されません。病原体に関する多くのブログ投稿が逆になっている理由がよくわかりません。
call pathogen#helptags()
call pathogen#runtime_append_all_bundles()