From abf932d721142a35e01a57ab9187ca35896cb237 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 18 Oct 2025 00:10:58 +0300 Subject: revert --- .config/nvim/lsp/superhtml.lua | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .config/nvim/lsp/superhtml.lua (limited to '.config/nvim/lsp/superhtml.lua') diff --git a/.config/nvim/lsp/superhtml.lua b/.config/nvim/lsp/superhtml.lua deleted file mode 100644 index 522b62b..0000000 --- a/.config/nvim/lsp/superhtml.lua +++ /dev/null @@ -1,24 +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' } ---- }) ---- ``` - ----@type vim.lsp.Config -return { - cmd = { 'superhtml', 'lsp' }, - filetypes = { 'superhtml', 'html' }, - root_markers = { '.git' }, -} -- cgit v1.2.3