mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Add templ lang extra
This commit is contained in:
parent
fa2fc64031
commit
6ae0c5b2c5
1 changed files with 7 additions and 0 deletions
7
lua/lazyvim/plugins/extras/lang/templ.lua
Normal file
7
lua/lazyvim/plugins/extras/lang/templ.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"joerdav/templ.vim",
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = { ensure_installed = { "templ" } },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue