diff options
| author | listout <listout@protonmail.com> | 2021-10-20 23:12:45 +0530 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2021-10-20 23:12:45 +0530 |
| commit | 55bb11286bdbdc94a78aaf49567eeb3b1a4c0b7e (patch) | |
| tree | c9544f54b757c458c3d894599b15547ffe9a6811 /configs | |
| parent | 352249c1a49bbc11895c580e3fabe5e522aff6fa (diff) | |
turned on autochdir
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' |
