6 lines
110 B
Lua
6 lines
110 B
Lua
-- Caddyfile syntax support
|
|
--- @type LazyPluginSpec
|
|
return {
|
|
"isobit/vim-caddyfile",
|
|
ft = "caddyfile",
|
|
}
|