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

7 lines
67 B
Lua
Raw Normal View History

2024-04-14 18:41:15 -07:00
return {
{
"tpope/vim-dotenv",
ft = { "dotenv" },
},
}