diff --git a/plugins.vim b/plugins.vim index 1d8b0bb..3b8f513 100644 --- a/plugins.vim +++ b/plugins.vim @@ -15,6 +15,7 @@ endif " fzf let $FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -f -g "" 2> /dev/null' +let g:fzf_preview_window = '' let g:fzf_colors = { \ 'bg': ['bg', 'Normal'], \ 'bg+': ['bg', 'CursorLine', 'CursorColumn'],