Add templ lang extra

This commit is contained in:
Ken Powers 2024-06-24 22:05:30 -04:00 committed by GitHub
parent fa2fc64031
commit 6ae0c5b2c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
return {
"joerdav/templ.vim",
{
"williamboman/mason.nvim",
opts = { ensure_installed = { "templ" } },
},
}