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

https://github.com/leighmcculloch/vim_dotfiles

My vim dotfiles.
https://github.com/leighmcculloch/vim_dotfiles

Last synced: about 2 months ago
JSON representation

My vim dotfiles.

Awesome Lists containing this project

README

        

# vim_dotfiles

A set of vim dotfiles that configure vim and install plugins.

## Install

1. Remove any existing `vimrc` file or `vim` directory.

```
rm ~/.vimrc ~/.vim
```

2. Get the repo.

```
git clone https://github.com/leighmcculloch/vim_dotfiles ~/.vim
```

Or check it out somewhere else and symlink to `~/.vim`.