Skip to content

Commit 3a96df0

Browse files
committed
docs: Add toml-tombi to TOML LSP clients
Adds a new entry for the 'tombi' TOML Language Server Protocol (LSP) server to the list of available TOML LSP clients. Hopefully this should fix the missing 404 page here: https://emacs-lsp.github.io/lsp-mode/page/lsp-toml-tombi.md
1 parent 2f73f61 commit 3a96df0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/lsp-clients.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,14 @@
12301230
"installation": "cargo install taplo-cli --features lsp",
12311231
"debugger": "Not available"
12321232
},
1233+
{
1234+
"name": "toml-tombi",
1235+
"full-name": "TOML",
1236+
"server-name": "tombi",
1237+
"server-url": "https://github.com/tombi-toml/tombi",
1238+
"installation-url": "https://tombi-toml.github.io/tombi/docs/installation",
1239+
"debugger": "Not available"
1240+
},
12331241
{
12341242
"name": "trunk",
12351243
"full-name": "Trunk",

0 commit comments

Comments
 (0)