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

6 lines
67 B
Lua

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