More bright monokai.
This commit is contained in:
parent
d89ee02f37
commit
6c804d1db5
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ autocmd! User GoyoLeave Limelight!
|
|||
|
||||
let $FZF_DEFAULT_COMMAND='fd -H -L --ignore-file ~/.config/local/fd'
|
||||
command! -bang -nargs=? -complete=dir Files
|
||||
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--preview', 'bat --color=always --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\ Bright {}']}, <bang>0)
|
||||
command! -bang -nargs=? -complete=dir Colors
|
||||
\ call fzf#vim#colors({'options': ['-e', '--layout=reverse', '--preview', '']}, <bang>0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue