Switch from traefik to caddy

This commit is contained in:
Marko Korhonen 2023-04-03 23:20:36 +03:00
parent 2a9517822d
commit 219d5c7633
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
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 = {}