chore(toml): change the language server from taplo to tombi

This commit is contained in:
Jacob Yuan 2025-10-23 20:06:15 -04:00
parent 5098a69870
commit 67324c0440

View file

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