mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
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:
parent
459a4c3b10
commit
d04ac18133
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
taplo = {},
|
||||
tombi = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue