Add autochdir to vim

This commit is contained in:
Adam Gausmann 2020-04-12 15:26:26 -05:00
parent 633b50587d
commit 0f015b95bf

View file

@ -20,6 +20,8 @@ set softtabstop=4
set shiftwidth=4
set expandtab
set autochdir
let g:rustfmt_autosave = 1 " format .rs on save
" custom file types