病原体未加载书呆子树

发布于 2024-10-28 12:34:11 字数 275 浏览 1 评论 0原文

我在 .vim/autoload 中有病原体,在 .vim/bundles 目录中有 nerdtree。 不管出于什么原因,我也进入

filetype off
call pathogen#helptags()
call pathogen#runtime_append_all_bundles()
filetype plugin indent on

了我的 .vimrc 文件

,当我运行 vim 时,NERDTree 不运行。

任何建议

I've got pathogen in .vim/autoload and i've got nerdtree within my .vim/bundles directory. I've also got

filetype off
call pathogen#helptags()
call pathogen#runtime_append_all_bundles()
filetype plugin indent on

in my .vimrc file

for whatever reason though, when i run vim, NERDTree doesn't run.

Any suggestions

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仄言 2024-11-04 12:34:11

NERDTree 真的在 .vim/bundles 中吗?它应该位于 .vim/bundle 中。

另外,请注意,您应该将 callpathogen#helptags() 行放在 callpathogen#runtime_append_all_bundles()之后,或者它不会正确生成标签。我不知道为什么这么多关于病原体的博文都用相反的方式。

Is NERDTree really within .vim/bundles? It should be in .vim/bundle.

Also, note that you should put the call pathogen#helptags() line after the call pathogen#runtime_append_all_bundles() line, or it won't generate tags properly. I'm not sure why so many blogposts about pathogen have it the other way around.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文