This commit is contained in:
Bartek Stalewski 2020-08-20 11:12:07 +02:00
parent 2f1860acb3
commit d3eea8e99b

View File

@ -88,7 +88,7 @@ filetype plugin indent on
autocmd! User GoyoEnter Limelight autocmd! User GoyoEnter Limelight
autocmd! User GoyoLeave Limelight! autocmd! User GoyoLeave Limelight!
command! -bang -nargs=? -complete=dir Files command! -bang -nargs=? -complete=dir Files
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--height=20%', '--preview', 'bat --color=always --tabs=2 --style=plain --theme="Monokai Extended" {}']}, <bang>0) \ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--info=inline', '--preview', 'bat --color=always --tabs=2 --style=plain --theme="Monokai Extended" {}']}, <bang>0)
let g:rainbow_active = 1 let g:rainbow_active = 1
let g:terraform_fmt_on_save=1 let g:terraform_fmt_on_save=1