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/superhtml.lua | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 nvim/lsp/superhtml.lua (limited to 'nvim/lsp/superhtml.lua') diff --git a/nvim/lsp/superhtml.lua b/nvim/lsp/superhtml.lua deleted file mode 100755 index 581e4ce..0000000 --- a/nvim/lsp/superhtml.lua +++ /dev/null @@ -1,22 +0,0 @@ ----@brief ---- ---- https://github.com/kristoff-it/superhtml ---- ---- HTML Language Server & Templating Language Library ---- ---- This LSP is designed to tightly adhere to the HTML spec as well as enforcing ---- some additional rules that ensure HTML clarity. ---- ---- If you want to disable HTML support for another HTML LSP, add the following ---- to your configuration: ---- ---- ```lua ---- vim.lsp.config('superhtml', { ---- filetypes = { 'superhtml' } ---- }) ---- ``` -return { - cmd = { 'superhtml', 'lsp' }, - filetypes = { 'superhtml', 'html' }, - root_markers = { '.git' }, -} -- cgit v1.2.3