Manage lua process environment, vim.env polyfill with extra features
$ luarocks install osenv
os.getenv gets values from the process environment.But how do you set them?require('osenv').MY_VAR = "MY_VALUE"
root