From d19738bc59a44f110a40b7f2de7ea681e6eeb101 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Sun, 9 Nov 2025 12:42:01 -0300 Subject: [PATCH] feat(lsp): re-enable htmx --- lua/dot013/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index ccd707e..222c57f 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -45,7 +45,7 @@ local lsps = { end end, ["html"] = {}, - -- ["htmx"] = {}, # BORKED: blink.cmp stops working whtn htmx-lsp is attached https://github.com/Saghen/blink.cmp/issues/825 + ["htmx"] = {}, ["jsonls"] = {}, ["nil_ls"] = { cmd = { "nil" },