htmx-lsp 0.1.0

A language server for htmx
1
2
3
function restart_htmx_lsp()
    require("lsp-debug-tools").restart({ expected = {}, name = "htmx-lsp", cmd = { "htmx-lsp", "--level", "DEBUG" }, root_dir = vim.loop.cwd(), });
end