From ef1cc9207fd4a973d1aecb0214a9f4f091d08d10 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Wed, 5 Mar 2025 16:01:18 -0300 Subject: [PATCH] revert(lsps): remove htmx-lsp (currently broken with blink.cmp) --- lua/dot013/plugins/lsp.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index 95cf214..85f8f99 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -68,9 +68,7 @@ local lsps = { ["gopls"] = {}, ["golangci_lint_ls"] = {}, ["html"] = {}, - ["htmx"] = { - filetypes = { "html" }, - }, + -- ["htmx"] = {}, # BORKED: blink.cmp stops working whtn htmx-lsp is attached https://github.com/Saghen/blink.cmp/issues/825 ["jsonls"] = {}, ["nil_ls"] = { cmd = { "nil" },