summaryrefslogtreecommitdiffstats
path: root/.vim/bundle/wal.vim/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundle/wal.vim/README.md')
-rw-r--r--.vim/bundle/wal.vim/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.vim/bundle/wal.vim/README.md b/.vim/bundle/wal.vim/README.md
new file mode 100644
index 0000000..d4c8278
--- /dev/null
+++ b/.vim/bundle/wal.vim/README.md
@@ -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
+```