Unified handling of local / global variables

This commit is contained in:
Lüdecke Sascha
2026-08-07 09:13:07 +02:00
parent d8d0c45bc3
commit 83b45009e3
5 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
-- adjust proxy on Windows
if vim.loop.os_environ().OS == 'Windows_NT' then
-- TODO move out of the tree and do not check in
-- TODO move out of the tree
vim.fn.setenv("http_proxy", "http://10.167.16.21:80")
vim.fn.setenv("https_proxy", "http://10.167.16.21:80")
end