feat: vim-caddyfile

This commit is contained in:
punkfairie 2025-01-05 12:15:05 -08:00
parent 4c2f820ec0
commit bee2d1ce72
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696
3 changed files with 12 additions and 0 deletions

View file

@ -133,6 +133,9 @@ with final.pkgs.lib; let
# Test # Test
nvim-nio nvim-nio
neotest neotest
# Languages
vim-caddyfile
]; ];
extraPackages = with pkgs; [ extraPackages = with pkgs; [

View file

@ -0,0 +1,5 @@
local req = MarleyVim.local_require('plugins.languages')
return {
req('vim-caddyfile'),
}

View file

@ -0,0 +1,4 @@
return {
'vim-caddyfile',
lazy = false,
}