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

https://github.com/anthdm/.vim

My Vim setup and configuration under version control.
https://github.com/anthdm/.vim

Last synced: 10 months ago
JSON representation

My Vim setup and configuration under version control.

Awesome Lists containing this project

README

          

## Installation

### clone the repo in your home directory
```
git clone https://github.com/anthdm/.vim
```

### create a symlink for the .vimrc file
```
ln -s ~/.vim/.vimrc .vimrc
```

### install Plug (dependency manager)
```
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```

### open vim and enter the following command to install all plugings
```
:PlugInstall
```

### enjoy!