nvim/lua/plugins/caddyfile.lua

5 lines
83 B
Lua
Raw Normal View History

2024-06-17 15:22:39 +07:00
return {
"isobit/vim-caddyfile",
event = { "BufReadPre", "BufNewFile" },
}