summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-22 14:05:43 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-22 14:05:43 +1000
commit31f5efa8b267d4d1b078fcb80649d1f868e9cb6a (patch)
tree5715a0dd79f9a89528a1238e745e5feb399fc403 /README.md
parent59f058479a6599dd95031514bdb579b234ed6a75 (diff)
DOCS: README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cee4b8c..6a8d4be 100644
--- a/README.md
+++ b/README.md
@@ -225,13 +225,13 @@ bindsym $mod+d exec dmenu_run -nb "$fg" -nf "$bg" -sb "$bg" -sf "$fg"
### vim
-Inside this repo there's a colorscheme I created for vim that uses your terminal colors. It was made to work with the colors `wal` generates and you can install it using any vim package manager.
+I've created a vim colorscheme for use with with the colors `wal` generates and you can install it using any vim package manager. The colorscheme uses your terminal colors so it'll adapt to the colorscheme changes automatically.
Example:
```vim
! Using plug
-Plug 'dylanaraps/wal'
+Plug 'dylanaraps/wal.vim'
colorscheme wal
```