dont use proxy vars in nvim

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-11-12 16:08:58 -06:00
parent ec01d807a0
commit 0799ca73d0

View file

@ -288,6 +288,23 @@
fi
fi
''
# Clear proxy environment variables
"--unset"
"http_proxy"
"--unset"
"https_proxy"
"--unset"
"ftp_proxy"
"--unset"
"all_proxy"
"--unset"
"HTTP_PROXY"
"--unset"
"HTTPS_PROXY"
"--unset"
"FTP_PROXY"
"--unset"
"ALL_PROXY"
];
});
};