# vimplug **Repository Path**: question_h/vimplug ## Basic Information - **Project Name**: vimplug - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-29 - **Last Updated**: 2021-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vimplug #### 介绍 vim 插件管理与设置 #### 软件架构 软件架构说明 #### 安装教程 1. cp -a vim ~/.vim or git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2. cp vimrc ~/.vimrc 3. vim +PluginInstall +qall #### 使用说明 1. macos brew install exuberant ctags 打开~/根目录下的.profile,如果你也没发现有这个文件,没关系,创建一个! 然后在里面添加:export PATH="/usr/local/bin:/usr/local/sbin:$PATH" 再到终端执行:source ~/.profile 然后再看看which ctags,如无意外,应该是/usr/local/bin/ctags 最后在.vimrc配置文件添加: let Tlist_Ctags_Cmd="/usr/local/bin/ctags" 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request