Show preview window on non-dos OS
This commit is contained in:
parent
9662d2857e
commit
f2d84b6247
@ -15,7 +15,9 @@ endif
|
||||
|
||||
" fzf
|
||||
let $FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -f -g "" 2> /dev/null'
|
||||
let g:fzf_preview_window = ''
|
||||
if has('dos')
|
||||
let g:fzf_preview_window = ''
|
||||
endif
|
||||
let g:fzf_colors = {
|
||||
\ 'bg': ['bg', 'Normal'],
|
||||
\ 'bg+': ['bg', 'CursorLine', 'CursorColumn'],
|
||||
|
Loading…
Reference in New Issue
Block a user