diff --git a/cfg/99-autochdir.vim b/cfg/99-autochdir.vim new file mode 100644 index 0000000..2ab8d09 --- /dev/null +++ b/cfg/99-autochdir.vim @@ -0,0 +1,2 @@ +" Explicitly disable autochdir, for when it's enabled by default on the host +set noautochdir