From 6ae0c5b2c5ce7083c635b3a1981227c588214e95 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Mon, 24 Jun 2024 22:05:30 -0400 Subject: [PATCH] Add templ lang extra --- lua/lazyvim/plugins/extras/lang/templ.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/lazyvim/plugins/extras/lang/templ.lua diff --git a/lua/lazyvim/plugins/extras/lang/templ.lua b/lua/lazyvim/plugins/extras/lang/templ.lua new file mode 100644 index 00000000..30a8a74b --- /dev/null +++ b/lua/lazyvim/plugins/extras/lang/templ.lua @@ -0,0 +1,7 @@ +return { + "joerdav/templ.vim", + { + "williamboman/mason.nvim", + opts = { ensure_installed = { "templ" } }, + }, +}