This commit is contained in:
Bartek Stalewski 2020-10-01 15:33:31 +02:00
parent e8225e8106
commit 2d72005a52
2 changed files with 4 additions and 3 deletions

View file

@ -58,6 +58,7 @@ map <leader>f <Esc>:Goyo<CR>
map <leader>t <Esc>:NERDTreeToggle<CR>
colorscheme paper
set bg=dark
set t_ZH=
set t_ZR=
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