Update templ.lua

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

View file

@ -1,4 +1,9 @@
return {
recommended = function()
return LazyVim.extras.wants({
ft = "templ",
})
end,
"joerdav/templ.vim",
{
"williamboman/mason.nvim",