# vimfiles **Repository Path**: materliu/vimfiles ## Basic Information - **Project Name**: vimfiles - **Description**: No description available - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 从伟伟那里fork的一个用来快速给vim安装各种插件的库。 ## Install * `git clone https://github.com/lyuehh/vimfiles.git ~/.vimfiles/` for Mac & Linux: * `cd ~` * `ln -s .vimfils/vim .vim` * `ln -s .vimfiles/vimrc .vimrc` * `git clone https://github.com/gmarik/Vundle.vim.git .vim/bundle/Vundle.vim` for Windows: 自己想办法。。。 启动mvim后, shift+:, 输入 PluginInstall, 静静等待安装结束, done~