fix(toml): replace taplo with tombi

The tablo language server is largely unmaintained and is currently
broken due to recent schema and url changes in the SchemaStore catalog.

See: https://github.com/tamasfe/taplo/issues/715#issuecomment-3513470749

Closes #7193

Signed-off-by: Deavon M. McCaffery <dmccaffery@users.noreply.github.com>
This commit is contained in:
Deavon M. McCaffery 2026-06-05 23:32:44 +01:00
parent 459a4c3b10
commit d04ac18133
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
taplo = {},
tombi = {},
},
},
}