Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juzhiyuan/vimrc


https://github.com/juzhiyuan/vimrc

Last synced: 6 days ago
JSON representation

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`
```