fzd.vim preview settings
This commit is contained in:
parent
8e6b4d8e71
commit
9c12b71db8
@ -5,7 +5,6 @@
|
|||||||
*.swp
|
*.swp
|
||||||
# config/temp files
|
# config/temp files
|
||||||
.fzf*
|
.fzf*
|
||||||
.zsh*
|
|
||||||
.cups
|
.cups
|
||||||
.cache
|
.cache
|
||||||
.local
|
.local
|
||||||
@ -15,6 +14,7 @@
|
|||||||
.lesshst
|
.lesshst
|
||||||
.history
|
.history
|
||||||
.hushlogin
|
.hushlogin
|
||||||
|
.zcompdump
|
||||||
# git
|
# git
|
||||||
.git*
|
.git*
|
||||||
# macOS specified
|
# macOS specified
|
||||||
|
@ -68,7 +68,9 @@ hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
|||||||
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', '--preview', 'bat --color=always --tabs=2 --style=plain --theme="Monokai Extended" {}']}, <bang>0)
|
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color always --style=plain --theme="Monokai Extended" {}']}, <bang>0)
|
||||||
|
command! -bang -nargs=? -complete=dir Colors
|
||||||
|
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <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
|
||||||
|
Loading…
Reference in New Issue
Block a user