feat: vim-caddyfile

This commit is contained in:
punkfairie 2025-03-01 14:16:37 -08:00
parent a109fa82e2
commit a5794fb120
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 6 additions and 0 deletions

View file

@ -196,6 +196,7 @@
diffview-nvim
nvim-emmet
treesj
vim-caddyfile
];
};

View file

@ -0,0 +1,5 @@
return {
{
'isobit/vim-caddyfile',
},
}