dotfiles/.config/nvim/lua/plugins/vim-dotenv.lua

7 lines
67 B
Lua
Raw Normal View History

return {
{
"tpope/vim-dotenv",
ft = { "dotenv" },
},
}