From 76f6235bcd178cc5c28cc4fbf0d09fafb1f63a9b Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 5 Apr 2026 16:47:53 +0530 Subject: some changes --- nvim/lsp/templ.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 nvim/lsp/templ.lua (limited to 'nvim/lsp/templ.lua') diff --git a/nvim/lsp/templ.lua b/nvim/lsp/templ.lua deleted file mode 100755 index ea4fdc3..0000000 --- a/nvim/lsp/templ.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@brief ---- ---- https://templ.guide ---- ---- The official language server for the templ HTML templating language. -return { - cmd = { 'templ', 'lsp' }, - filetypes = { 'templ' }, - root_markers = { 'go.work', 'go.mod', '.git' }, -} -- cgit v1.2.3