diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/basic.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/basic.vim b/configs/basic.vim index cdb0802..4dab3da 100644 --- a/configs/basic.vim +++ b/configs/basic.vim @@ -96,5 +96,8 @@ autocmd BufWritePre * %s/\s\+$//e " Shell set shell=zsh +"change the current working directory +set autochdir + " Python host let g:python3_host_prog='/usr/bin/python' |