mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update templ.lua
This commit is contained in:
parent
6ae0c5b2c5
commit
8f22b5b1b5
1 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
||||||
return {
|
return {
|
||||||
|
recommended = function()
|
||||||
|
return LazyVim.extras.wants({
|
||||||
|
ft = "templ",
|
||||||
|
})
|
||||||
|
end,
|
||||||
"joerdav/templ.vim",
|
"joerdav/templ.vim",
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue