fixed vim-fzf colors etc.
This commit is contained in:
parent
8d335f0ef2
commit
6fb0dba491
|
|
@ -371,8 +371,8 @@ let g:NERDCompactSexyComs = 1
|
|||
"""""""""""""""""
|
||||
" Fuzzy Finding "
|
||||
"""""""""""""""""
|
||||
let g:fzf_colors =
|
||||
\ { 'fg': ['bg', 'Normal'],
|
||||
let g:fzf_colors = {
|
||||
\ 'fg': ['fg', 'Normal'],
|
||||
\ 'bg': ['bg', 'Normal'],
|
||||
\ 'hl': ['fg', 'Comment'],
|
||||
\ 'fg+': ['fg', 'CursorLine', 'CursorColumn', 'Normal'],
|
||||
|
|
@ -386,6 +386,8 @@ let g:fzf_colors =
|
|||
\ 'spinner': ['fg', 'Label'],
|
||||
\ 'header': ['fg', 'Comment'] }
|
||||
|
||||
let g:fzf_layout = { 'window': { 'width': 0.7, 'height': 0.5, 'highlight': 'Comment' } }
|
||||
|
||||
" Hide status bar while using fzf commands
|
||||
if has('nvim') || has('gui_running')
|
||||
autocmd! FileType fzf
|
||||
|
|
|
|||
Loading…
Reference in New Issue