zsh and vim thingsss

main
Dan Buch 4 years ago
parent 653fcd3535
commit 1757f0a643
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -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

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

Loading…
Cancel
Save