summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README-VIM.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README-VIM.md b/README-VIM.md
index 3362ea26..a2559843 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -155,6 +155,7 @@ let g:fzf_layout = { 'window': '10new' }
let g:fzf_colors =
\ { 'fg': ['fg', 'Normal'],
\ 'bg': ['bg', 'Normal'],
+ \ 'query': ['fg', 'Normal'],
\ 'hl': ['fg', 'Comment'],
\ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'],
\ 'bg+': ['bg', 'CursorLine', 'CursorColumn'],