fixed vim-fzf colors etc.

This commit is contained in:
Harri Lahtinen 2021-02-12 18:41:19 +02:00
parent 8d335f0ef2
commit 6fb0dba491
1 changed files with 4 additions and 2 deletions

View File

@ -371,8 +371,8 @@ let g:NERDCompactSexyComs = 1
""""""""""""""""" """""""""""""""""
" Fuzzy Finding " " Fuzzy Finding "
""""""""""""""""" """""""""""""""""
let g:fzf_colors = let g:fzf_colors = {
\ { 'fg': ['bg', 'Normal'], \ 'fg': ['fg', 'Normal'],
\ 'bg': ['bg', 'Normal'], \ 'bg': ['bg', 'Normal'],
\ 'hl': ['fg', 'Comment'], \ 'hl': ['fg', 'Comment'],
\ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'], \ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'],
@ -386,6 +386,8 @@ let g:fzf_colors =
\ 'spinner': ['fg', 'Label'], \ 'spinner': ['fg', 'Label'],
\ 'header': ['fg', 'Comment'] } \ 'header': ['fg', 'Comment'] }
let g:fzf_layout = { 'window': { 'width': 0.7, 'height': 0.5, 'highlight': 'Comment' } }
" Hide status bar while using fzf commands " Hide status bar while using fzf commands
if has('nvim') || has('gui_running') if has('nvim') || has('gui_running')
autocmd! FileType fzf autocmd! FileType fzf