vim files added

This commit is contained in:
Luke
2018-01-21 19:52:37 -07:00
parent fe22a1e233
commit 51ef581bde
31 changed files with 5760 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# wal.vim
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)
A vim colorscheme for use with **[pywal](https://github.com/dylanaraps/pywal)**.
## Installation
```vim
! Using plug
Plug 'dylanaraps/wal.vim'
colorscheme wal
```