From 6fb0dba491cc8dba1f1f6619580ac04b50852d6f Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Fri, 12 Feb 2021 18:41:19 +0200 Subject: [PATCH] fixed vim-fzf colors etc. --- .config/nvim/config/plugin-settings.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/nvim/config/plugin-settings.vim b/.config/nvim/config/plugin-settings.vim index 79749ba..5175ce4 100644 --- a/.config/nvim/config/plugin-settings.vim +++ b/.config/nvim/config/plugin-settings.vim @@ -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