Switch from traefik to caddy

This commit is contained in:
Marko Korhonen 2023-04-03 23:20:36 +03:00
parent c0da6c96f4
commit ae2ea3f9a6
14 changed files with 98 additions and 290 deletions

View file

@ -203,6 +203,9 @@ local plugins = {
"norcalli/nvim-colorizer.lua",
config = true,
},
-- Caddyfile syntax support
"isobit/vim-caddyfile",
}
local lazy_opts = {}