TOML

TOML support is built into the editor.

There is LSP support via Taplo, but it is disabled by default. To enable the LSP, add this to your settings.jsonc:

{
  "languages": {
    "TOML": {
      "language_servers": ["taplo", "..."],
    },
  },
}