Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juzhiyuan/vimrc
https://github.com/juzhiyuan/vimrc
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juzhiyuan/vimrc
- Owner: juzhiyuan
- Created: 2019-09-22T01:22:55.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2019-11-23T16:43:00.000Z (almost 5 years ago)
- Last Synced: 2024-10-15T18:11:08.994Z (about 1 month ago)
- Language: Vim script
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vimrc
> vim 配置文件### Usage
```bash
# 1. Install vim-plug
# https://github.com/junegunn/vim-plug
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim# 2. Add Plugins in .vimrc
# e.g chemzqm/wxapp.vim ---> https://github.com/chemzqm/wxapp.vim
Plug 'chemzqm/wxapp.vim'# 3. Install/Update Plugins: open vim & execute command `:PlugInstall/:PlugUpdate`
```