Add mdx lsp support
This commit is contained in:
@@ -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" },
|
||||
}
|
||||
Reference in New Issue
Block a user