// in the "LSP Settings" file, under "clients[]"
"md-lsp": {
  // default enabled?
  "enabled": true,
  "command": [
    // as long as the system path is setup right, we can find this binary
    "md-lsp",
  ],
  // when we see this scope, the LSP will start this server
  "selector": "text.html.markdown",
},