diff --git a/vim/init.vim b/vim/init.vim index 9d0a6c2..452df62 100644 --- a/vim/init.vim +++ b/vim/init.vim @@ -88,7 +88,7 @@ filetype plugin indent on autocmd! User GoyoEnter Limelight autocmd! User GoyoLeave Limelight! command! -bang -nargs=? -complete=dir Files - \ call fzf#vim#files(, {'options': ['-e', '--layout=reverse', '--height=20%', '--preview', 'bat --color=always --tabs=2 --style=plain --theme="Monokai Extended" {}']}, 0) + \ call fzf#vim#files(, {'options': ['-e', '--layout=reverse', '--info=inline', '--preview', 'bat --color=always --tabs=2 --style=plain --theme="Monokai Extended" {}']}, 0) let g:rainbow_active = 1 let g:terraform_fmt_on_save=1