vim开发环境配置 nerdtree ctags taglist cscope

使用vim-plug作为vim插件的管理工具
nerdtree:https://github.com/preservim/nerdtree
taglist: https://github.com/vim-scripts/taglist.vim(官方版)

apt 手动安装
ctags: apt install exuberant-ctags
cscope: apt install cscope cscope-el

压缩包 手动安装
taglist:下载压缩包 手动安装
http://vim-taglist.sourceforge.net/download.html

你可能感兴趣的:(vim)