diff options
author | listout <listout@protonmail.com> | 2022-05-26 21:17:28 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-05-26 21:17:28 +0530 |
commit | d437891d3c7b44ef9c7496c854839d754cde0871 (patch) | |
tree | a472d3a9e8ce53321e9c92e9fd7ca71bec697dd3 /configs/basic.vim | |
parent | fcf15de52415ef71e7619d0d1d25ece96a1c1a9a (diff) |
config: vim: basic: autochdir is now turned off
Signed-off-by: listout <listout@protonmail.com>
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' |