diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:49:26 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-26 18:49:26 +0000 |
| commit | 5a6ed5fcb3b89d0c2b4e8ba2953c4ba806d4b171 (patch) | |
| tree | 5be0c043b0c8d632e35a8b4ef7e23452b103b94d /vim/.vim/plugged/wal.vim/README.md | |
| parent | af821092fe78ef159d7cb6536bb006712dc01b9d (diff) | |
added vim dir
Diffstat (limited to 'vim/.vim/plugged/wal.vim/README.md')
| -rw-r--r-- | vim/.vim/plugged/wal.vim/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vim/.vim/plugged/wal.vim/README.md b/vim/.vim/plugged/wal.vim/README.md new file mode 100644 index 0000000..09b52ce --- /dev/null +++ b/vim/.vim/plugged/wal.vim/README.md @@ -0,0 +1,15 @@ +# wal.vim + +[](./LICENSE.md) + +A vim colorscheme for use with **[pywal](https://github.com/dylanaraps/pywal)**. + + +## Installation + +```vim +" Using plug +Plug 'dylanaraps/wal.vim' + +colorscheme wal +``` |
