Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simon2k/.vim


https://github.com/simon2k/.vim

Last synced: 6 days ago
JSON representation

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!