cleaning
This commit is contained in:
parent
e8225e8106
commit
2d72005a52
@ -58,6 +58,7 @@ map <leader>f <Esc>:Goyo<CR>
|
||||
map <leader>t <Esc>:NERDTreeToggle<CR>
|
||||
|
||||
colorscheme paper
|
||||
set bg=dark
|
||||
set t_ZH=[3m
|
||||
set t_ZR=[23m
|
||||
hi Comment cterm=italic gui=italic
|
||||
@ -66,7 +67,7 @@ hi BadWhitespace ctermbg=lightblue guibg=lightblue
|
||||
autocmd! User GoyoEnter Limelight
|
||||
autocmd! User GoyoLeave Limelight!
|
||||
command! -bang -nargs=? -complete=dir Files
|
||||
\ 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)
|
||||
\ call fzf#vim#files(<q-args>, {'options': ['-e', '--layout=reverse', '--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
|
||||
|
@ -10,8 +10,8 @@ alias ll='ls -lh'
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export FZF_DEFAULT_COMMAND='fd -H'
|
||||
export FZF_CTRL_T_COMMAND='fd -H'
|
||||
export FZF_DEFAULT_OPTS="--cycle -e --layout=reverse --height=40% --preview='bat --color=always --tabs=2 --style=plain --theme=\"Monokai Extended\" {}'"
|
||||
export FZF_CTRL_R_OPTS="--cycle -e --layout=reverse --height=40% --preview=''"
|
||||
export FZF_DEFAULT_OPTS="-e --layout=reverse --preview='bat --color=always --tabs=2 --style=plain --theme=Monokai\ Extended {}'"
|
||||
export FZF_CTRL_R_OPTS="-e --layout=reverse"
|
||||
_fzf_compgen_path() {
|
||||
fd -H . "$1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user