您的位置:首页 > 其它

使用pathogen安装vim插件nerdtreee

2014-08-29 10:54 260 查看
参考这里:https://github.com/tpope/vim-pathogen

按照pathogen的描述:


pathogen.vim

Manage your 
'runtimepath'
 with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files
in their own private directories.

然后我们来安装nerdtree,安装nerdtree可以参考这里:https://github.com/scrooloose/nerdtree

只需两行:

cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git[/code] 
果然super easy。

最后让我们来看下安装完之后的样子,只需要在vim中输入:NERDTree即可调出



最后,我只想说,nerdtree不nerd。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: