Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaynetdinov/vimfiles2
https://github.com/gaynetdinov/vimfiles2
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaynetdinov/vimfiles2
- Owner: gaynetdinov
- Created: 2014-01-25T18:16:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T13:39:15.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T20:17:55.655Z (3 months ago)
- Language: VimL
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My vim folder
# Installation
0. Clone repo:
```
$ git clone https://github.com/gaynetdinov/vimfiles2.git ~/.vim
```1. Set up `Vundle`:
```
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
```2. Create `~/.vimrc` file and put `source ~/.vim/vimrc` there.
3. Launch `vim`, run `:BundleInstall`