# YouCompleteMe **Repository Path**: loweing/YouCompleteMe ## Basic Information - **Project Name**: YouCompleteMe - **Description**: cd /root/.vim/plugged && https://gitee.com/loweing/YouCompleteMe python3 ./install.py - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-11-04 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YouCompleteMe #### 介绍 此库是使用vim-plug插件下载的完整版YouCompleteMe,直接下载使用即可 #### 安装教程 ``` cd ~/.vim/plugged && git clone https://gitee.com/loweing/YouCompleteMe.git cd ./YouCompleteMe && python3 ./install.py ```