Show preview window on non-dos OS

This commit is contained in:
Alex Yatskov 2021-01-19 20:38:57 -08:00
parent 9662d2857e
commit f2d84b6247

View File

@ -15,7 +15,9 @@ endif
" fzf
let $FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -f -g "" 2> /dev/null'
if has('dos')
let g:fzf_preview_window = ''
endif
let g:fzf_colors = {
\ 'bg': ['bg', 'Normal'],
\ 'bg+': ['bg', 'CursorLine', 'CursorColumn'],