# vim插件配置自动部署 **Repository Path**: rpbf/vim_deployment ## Basic Information - **Project Name**: vim插件配置自动部署 - **Description**: 快速下载部署vim插件及其配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vim ## README # vim插件配置自动部署 ### 介绍 ### 使用 Android repo 实现的 vim 插件配置自动部署 ### 软件说明 ### 1. 本部署验证版本:vim 8.1 和 Ubuntu 14.04。 2. 为提升部署速度,所有 vim 插件和配置使用gitee.com上的仓库。 3. vim 插件所有权归原作者所有。 4. 借用 Android 源码管理工具 repo 管理下载 vim 插。 ### 部署步骤 ### **在用户目录创建 .vim 目录** ```shell $ cd ~/ $ mkdir .vim ``` **下载 repo 工具** ```shell $ cd .vim $ curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo -o repo $ chmod u+x repo ``` **使用 repo 下载 vim 插件和配置** ```shell $ export REPO_URL='https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/' $ ./repo init -u https://gitee.com/rpbf/vim_deployment $ .repo/repo/repo sync ``` **拷贝 vimrc** ```shell $ cp jason/vim/vimrc ~/.vimrc ``` **编译插件 YouCompleteMe** ```shell 如果不需要该插件,可以不用进行该步骤,可以在.vimrc里注释掉该插件 具体编译参考插件官方仓库,https://github.com/ycm-core/YouCompleteMe ``` ### 插件列表 ###