# vimconfigure **Repository Path**: Lebrancebw/vimconfigure ## Basic Information - **Project Name**: vimconfigure - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-25 - **Last Updated**: 2021-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vimrc配置 ```bash sudo apt install git vim wget -O ~/.vimrc https://gitee.com/Lebrancebw/vimconfigure/raw/master/.vimrc mkdir -p ~/.vim/autoload/ wget -O ~/.vim/autoload/plug.vim https://gitee.com/Lebrancebw/vimconfigure/raw/master/plug.vim vim ~/.vimrc -c PlugInstall ```