Add mdx lsp support

This commit is contained in:
2026-04-27 11:57:14 -07:00
parent 051ea08678
commit 5a3a28badc
6 changed files with 115 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
-- LWC LSP: install with `npm i -g @salesforce/lwc-language-server`.
-- Attaches only inside SFDX projects via root marker.
return {
cmd = { "lwc-language-server", "--stdio" },
filetypes = { "javascript", "html" },
root_markers = { "sfdx-project.json" },
}