From d437891d3c7b44ef9c7496c854839d754cde0871 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 26 May 2022 21:17:28 +0530 Subject: config: vim: basic: autochdir is now turned off Signed-off-by: listout --- configs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') 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' -- cgit v1.2.3