summaryrefslogtreecommitdiffstats
path: root/.vim/bundle/wal.vim/README.md
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-01-21 19:52:37 -0700
committerLuke <luke@lukesmith.xyz>2018-01-21 19:52:37 -0700
commit51ef581bde5a98050db31343f7ef8c9d85136b22 (patch)
tree37f9f0dc8e621431e05dabd553a4aa2977dd8c98 /.vim/bundle/wal.vim/README.md
parentfe22a1e23348e266b77aa65d0ce63e19e74c604e (diff)
downloadeibhear-51ef581bde5a98050db31343f7ef8c9d85136b22.tar.gz
eibhear-51ef581bde5a98050db31343f7ef8c9d85136b22.tar.zst
eibhear-51ef581bde5a98050db31343f7ef8c9d85136b22.zip
vim files added
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
+```