diff options
Diffstat (limited to 'configs/basic.vim')
-rw-r--r-- | configs/basic.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/basic.vim b/configs/basic.vim index 7362eb4..b18e2f2 100644 --- a/configs/basic.vim +++ b/configs/basic.vim @@ -97,7 +97,7 @@ autocmd BufWritePre * %s/\s\+$//e set shell=zsh " Change the current working directory -set autochdir +"set autochdir " Python host let g:python3_host_prog='/usr/bin/python' |