https://github.com/openproject/openvims
整理常用vim插件
https://github.com/openproject/openvims
Last synced: 4 months ago
JSON representation
整理常用vim插件
- Host: GitHub
- URL: https://github.com/openproject/openvims
- Owner: openproject
- Created: 2012-11-15T11:39:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T06:26:51.000Z (over 10 years ago)
- Last Synced: 2024-08-05T19:37:21.944Z (almost 2 years ago)
- Language: VimL
- Size: 1.17 MB
- Stars: 23
- Watchers: 13
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
openvims
========
open vim scripts
use step:
1. git clone https://github.com/openproject/openvims.git .vim
2. cd .vim
3. git submodule init
4. git submodule update
5. execute the Install.sh will override your .vimrc by openvims .vimrc
if you want to add else vim-scripts, you can do it yourself like this:
git submodule add https://github.com/scrooloose/nerdcommenter.git bundle/nerdcommenter