From 55bb11286bdbdc94a78aaf49567eeb3b1a4c0b7e Mon Sep 17 00:00:00 2001
From: listout <listout@protonmail.com>
Date: Wed, 20 Oct 2021 23:12:45 +0530
Subject: turned on autochdir

---
 configs/basic.vim | 3 +++
 1 file changed, 3 insertions(+)

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'
-- 
cgit v1.2.3