# dotvim **Repository Path**: paulluap/dotvim ## Basic Information - **Project Name**: dotvim - **Description**: dot vim - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-12 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Installation ```sh cd ~ echo 'runtime vimrc' > .vimrc git clone https://git.oschina.net/paulluap/dotvim.git .vim cd .vim git submodule init git submodule update vim :PlugInstall ```