summaryrefslogtreecommitdiff
path: root/configs/basic.vim
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-10-20 23:12:45 +0530
committerlistout <listout@protonmail.com>2021-10-20 23:12:45 +0530
commit55bb11286bdbdc94a78aaf49567eeb3b1a4c0b7e (patch)
treec9544f54b757c458c3d894599b15547ffe9a6811 /configs/basic.vim
parent352249c1a49bbc11895c580e3fabe5e522aff6fa (diff)
turned on autochdir
Diffstat (limited to 'configs/basic.vim')
-rw-r--r--configs/basic.vim3
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'