summaryrefslogtreecommitdiffstats
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-09-06 10:44:25 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-09-06 10:44:25 +0900
commit288976310b44b9176a2d5fb2d2da8c5a8b51423d (patch)
tree1e8d71799db62f304266fe79d4c9042a9d909093 /README-VIM.md
parent58b5be8ab6a99937a872e2ce4713f9ac79ff7d4e (diff)
Update g:fzf_colors example
Diffstat (limited to 'README-VIM.md')
-rw-r--r--README-VIM.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README-VIM.md b/README-VIM.md
index 956a46b0..385712f7 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -86,6 +86,7 @@ let g:fzf_colors =
\ 'bg+': ['bg', 'CursorLine', 'CursorColumn'],
\ 'hl+': ['fg', 'Statement'],
\ 'info': ['fg', 'PreProc'],
+ \ 'border': ['fg', 'Ignore'],
\ 'prompt': ['fg', 'Conditional'],
\ 'pointer': ['fg', 'Exception'],
\ 'marker': ['fg', 'Keyword'],