Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openproject/openvims
整理常用vim插件
https://github.com/openproject/openvims
Last synced: 3 months ago
JSON representation
整理常用vim插件
- Host: GitHub
- URL: https://github.com/openproject/openvims
- Owner: openproject
- Created: 2012-11-15T11:39:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T06:26:51.000Z (almost 9 years ago)
- Last Synced: 2024-07-19T17:41:36.664Z (4 months 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 scriptsuse 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