All Stories published by usevim on June 17, 2015
01
02
04
06
08
09
11
13
15
16
18
20
22
23
25
27
29

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…