https://github.com/chrisyip/.vim
Personal Vim configuration.
https://github.com/chrisyip/.vim
Last synced: 3 months ago
JSON representation
Personal Vim configuration.
- Host: GitHub
- URL: https://github.com/chrisyip/.vim
- Owner: chrisyip
- Created: 2014-03-24T09:59:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T03:38:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T06:41:32.739Z (over 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```