本文主要是介绍安装NERDTree,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
安装NERDTree
⑴、cd ~/.vim
⑵、git clone https://github.com/scrooloose/nerdtree
⑶、把plugin/NERD_tree.vim 和 doc/NERD_tree.txt 分别复制到 /.vim/plugin和/.vim/doc
cp nerdtree/plugin/NERD_tree.vim ~/.vim/plugincp nerdtree/plugin/NERDTree.txt ~/.vim/doc
⑷、安装pathogen插件
cd ~/.vimgit clone https://gitcode.com/gh_mirrors/vi/vim-pathogen.gitmkdir -p ~/.vim/autoload ~/.vim/bundlecurl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vimmv nerdtree bundle/vim ~/.vimrc
在.vimrc中添加execute pathogen#infect()
打开Vim,输入 :NERDTree即可打开当前的目录树
这篇关于安装NERDTree的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!