# vim-ide **Repository Path**: noevilme/vim-ide ## Basic Information - **Project Name**: vim-ide - **Description**: 基于vim的C++集成开发环境 - **Primary Language**: VimL - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vim-ide ## Installation - download the latest vim https://github.com/vim/vim/releases - extract the archive - copy build_vim.sh to the vim source directory and run it. (it will uninstall the vim and build from source) - ```copy .vim ~ -r``` - ```copy .vimrc ~``` - (optional) if you don't need golang support, comment ~/.vim/vimrc line ```Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }``` - start ```vim +PlugInstall``` to install all plugins - vim-clap has some dependencies, please install them if you want to use it.