Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon2k/.vim
https://github.com/simon2k/.vim
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simon2k/.vim
- Owner: simon2k
- Created: 2013-01-13T20:51:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T22:54:58.000Z (almost 7 years ago)
- Last Synced: 2023-04-05T23:40:33.912Z (over 1 year ago)
- Language: Vim script
- Size: 54.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simon's vim config
==================Setting it up:
Firstly clone the repo:
```bash
git clone https://github.com/simon2k/.vim.git ~/.vim
```Secondly link the vimrc file:
```bash
ln -s ~/.vim/vimrc ~/.vimrc
```Clone Vundle for managing plugins within vim:
```bash
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```Open vim and run command for installing all the plugins:
```vim
:BundleInstall
```Enjoy!