zsh and vim thingsss

This commit is contained in:
Dan Buch 2020-03-07 23:30:26 -05:00
parent 653fcd3535
commit 1757f0a643
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7
2 changed files with 4 additions and 0 deletions

3
vimrc
View File

@ -22,6 +22,7 @@ set smartcase
set tabstop=4
set textwidth=67
au BufRead,BufNewFile Pipfile setfiletype toml
au BufRead,BufNewFile *.gcfg setfiletype gitconfig
au QuickFixCmdPost *grep* cwindow
@ -33,6 +34,8 @@ let g:airline_powerline_fonts = 1
let g:go_fmt_command = "goimports"
let g:python_highlight_all = 1
let g:rustfmt_autosave = 1
let g:shfmt_extra_args = '-i 2'
let g:shfmt_fmt_on_save = 1
let g:terraform_align = 1
let g:terraform_fmt_on_save = 1
let g:vim_markdown_folding_disabled = 1

1
zshrc
View File

@ -80,6 +80,7 @@ plugins=(
ruby
tmux
vagrant
vault
vi-mode
)