Add autochdir to vim
This commit is contained in:
parent
633b50587d
commit
0f015b95bf
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ set softtabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
|
|
||||||
|
set autochdir
|
||||||
|
|
||||||
let g:rustfmt_autosave = 1 " format .rs on save
|
let g:rustfmt_autosave = 1 " format .rs on save
|
||||||
|
|
||||||
" custom file types
|
" custom file types
|
||||||
|
|
Loading…
Add table
Reference in a new issue