Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daulpavid/vim

Personal vim configuration. Allows for switching between multiple vim configurations.
https://github.com/daulpavid/vim

Last synced: 4 days ago
JSON representation

Personal vim configuration. Allows for switching between multiple vim configurations.

Awesome Lists containing this project

README

        

DaulPavid vim configuration
===========================

A fairly simple vim configuration that makes it easy to have
other configurations on the same user/machine.

Install
-------

Execute the following commands from your home directory:

```
$ git clone https://github.com/DaulPavid/vim.git
$ cd vim
$ ./setup_plugins
$ ./link
```

In order to unlink:

```
$ ./unlink
```