fzf fix
This commit is contained in:
parent
2f1860acb3
commit
d3eea8e99b
@ -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(<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:terraform_fmt_on_save=1
|
||||
|
Loading…
Reference in New Issue
Block a user