From 67324c04405ad8c21f38abd4f6a34d07124789e4 Mon Sep 17 00:00:00 2001 From: Jacob Yuan Date: Thu, 23 Oct 2025 20:06:15 -0400 Subject: [PATCH] chore(toml): change the language server from taplo to tombi --- lua/lazyvim/plugins/extras/lang/toml.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/toml.lua b/lua/lazyvim/plugins/extras/lang/toml.lua index 7b34bce0..baa7b2ac 100644 --- a/lua/lazyvim/plugins/extras/lang/toml.lua +++ b/lua/lazyvim/plugins/extras/lang/toml.lua @@ -8,7 +8,7 @@ return { "neovim/nvim-lspconfig", opts = { servers = { - taplo = {}, + tombi = {}, }, }, }