Fix fzf in vim.
This commit is contained in:
parent
57f5412b79
commit
c8d3689ea7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ colorscheme gruvbox
|
||||||
|
|
||||||
autocmd! User GoyoEnter Limelight
|
autocmd! User GoyoEnter Limelight
|
||||||
autocmd! User GoyoLeave Limelight!
|
autocmd! User GoyoLeave Limelight!
|
||||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local.fdignore'
|
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local/fd'
|
||||||
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 --style=plain --theme=gruvbox {}']}, <bang>0)
|
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --style=plain --theme=gruvbox {}']}, <bang>0)
|
||||||
command! -bang -nargs=? -complete=dir Colors
|
command! -bang -nargs=? -complete=dir Colors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue