1
0
Fork 0

nvim: add some support for Caddyfile format

This commit is contained in:
tastytea 2023-06-19 00:12:43 +02:00
parent 5a351dccb4
commit 5fcf864a71
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ require('packer').startup({
tag = '*',
ft = { "json", "yaml" }
}
use { 'https://github.com/isobit/vim-caddyfile' }
-- completion
use {