summaryrefslogtreecommitdiffstats
path: root/.vim/bundle/wal.vim/README.md
blob: d4c82783faafe5be33f11b42426d20c4f998994d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
```