我正在尝试使用Pathogen
来管理 Vim 插件。我有几个我用.vim/ftplugins
.
我安装了 Pathogen,但现在 ftplugins 中的脚本都没有运行。
我尝试.vim/bundle
在脚本中添加一个目录,但它不起作用(它是.vim/bundle/local/ftplugin/python.vim
)
知道如何让 Pathogen 加载 ftplugin 目录中的脚本吗?
我的第一行.vimrc
:
set nocompatible
syntax on
filetype plugin indent on
"execute pathogen#infect()
仅适用于注释掉的那一行。
我gvim
从 Bash 提示符运行,文件名作为第一个参数,如下所示:
$ gvim some/path/somefile.py
我希望看到该文件具有我在 ~/.vim/ftplugin/python.vim 中定义的 Python 文件的预定义颜色方案以及该脚本中定义的所有其他设置。
~/.vim/bundle 目录是空的。
病原体在 ~/.vim/autoload 中,没有更多内容。
$ ls ~/.vim/ftplugin/
css.vim html.vim javascript.vim python_pep8.vim python_pyflakes.vim python.vim rst.vim xml.vim
$ ls ~/.vim
autoload bundle colors doc ftdetect ftplugin plugins ScrollColor.vim spell syntax