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

https://github.com/pablopunk/vimrc.pablopunk.com

Instantly get a minimal but powerful vimrc from anywhere
https://github.com/pablopunk/vimrc.pablopunk.com

vimrc

Last synced: 3 months ago
JSON representation

Instantly get a minimal but powerful vimrc from anywhere

Awesome Lists containing this project

README

          

# [vimrc.pablopunk.com](https://vimrc.pablopunk.com)

Instantly get a `vimrc` with minimal but powerful configuration.

## Install

You can either download it:

```bash
$ wget vimrc.pablopunk.com -O ~/.vimrc
```

Or directly load it in vim:

```viml
:new | execute "read !curl -sL vimrc.pablopunk.com" | so | bd!
```