/vim-dotenv

Filetype plugin for .env , .env.* files

Primary LanguageVim Script

vim-dotenv

Vim syntax file for .env, .env.local, .env.production, .env.staging, .env.development, .env.testing, .env.* files.

Installation

Plug

Plug 'ashishbinu/vim-dotenv'

Lazy.nvim

  {
    "ashishbinu/vim-dotenv",
    ft = "dotenv",
  },

Packer

use "ashishbinu/vim-dotenv"

TODO

  • Commenting env value with equal to doesnt make it a comment
  • Multiline value syntax highlighting.

References

dotenv-rfc