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

https://github.com/chrisyip/.vim

Personal Vim configuration.
https://github.com/chrisyip/.vim

Last synced: 3 months ago
JSON representation

Personal Vim configuration.

Awesome Lists containing this project

README

          

# How to use

Vim scripts are mainained by [Vundle](https://github.com/VundleVim/Vundle.vim).

## Mac or Linux

```bash
git clone https://github.com/chrisyip/.vim.git ~/.vim
cd ~/.vim
./install.sh
```

Open Vim then:

```vim
:VundleInstall
```

Command line:

```shell
vim +VundleInstall +qall
```