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

https://github.com/nawarian/vim-cfgs

My .vimrc and .vim/ files
https://github.com/nawarian/vim-cfgs

Last synced: 2 months ago
JSON representation

My .vimrc and .vim/ files

Awesome Lists containing this project

README

        

## How to use

Go to your home folder and remove anything related to vim configs:

```
$ cd ~
$ rm -rf .vimrc .vim
```

Then clone the repository into the `.vim` folder and download its submodules:

```
$ git clone [email protected]:nawarian/vim-cfgs.git .vim
$ git submodule init
$ git submodule update
```

Lastly, symlink the `.vimrc` file:

```
$ ln -S ~/.vim/.vimrc ~/.vimrc
```