Tagged in

Web Development

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

dotenv.vim

Yesterday Tim Pope published a new plugin called dotenv.vim (GitHub: tpope/vim-dotenv, License: Vim). It reads variables from a .env or Procfile and sets the corresponding variables in Vim.

This is useful if you have Procfiles for web applications and want to trigger the same…