dotenv.nvim
dotenv.nvim copied to clipboard
A minimalist .env support for Neovim
This will allow you to configure the filename of the env file
Hello! Thanks for this plugin! I primarily use this to load some secrets for Github integration into Neovim. However, can you please expose the `load` function to the end users?...
First of all, thanks for developing this plugin. I ran into an issue with this plugin when combined with project.nvim. Project.nvim uses the "BufEnter" event, which runs after the "BufReadPost"...
What do you think? Why: * `VimEnter` executes once * I start with empty buffer, so `BufReadPost` is not called * customization is nice Drawbacks: * notify with "ERROR" in...