๐ What set this value?
Ever wanted to know what value a variable has and where it was set from in Vim? ...
Ever wanted to know what value a variable has and where it was set from in Vim? ...
Accessing an environment variable within Neovim from a lua script is straight forward. It is just a case of calling vim.env.env-var-name where env-var-name is the name of the environment variable e.g. ...