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, 0 insertions, 15 deletions
diff --git a/.vim/bundle/wal.vim/README.md b/.vim/bundle/wal.vim/README.md
deleted file mode 100644
index d4c8278..0000000
--- a/.vim/bundle/wal.vim/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-```