feat(nvim): add taplo lsp (TOML)

This commit is contained in:
2026-02-13 11:46:39 +08:00
parent 291563bba3
commit e4087c9da8
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ in
ripgrep # telescope ripgrep # telescope
vscode-json-languageserver vscode-json-languageserver
taplo
typos-lsp typos-lsp
]; ];
}; };

View File

@@ -80,6 +80,7 @@ local servers = {
java_language_server = {}, java_language_server = {},
jsonls = {}, jsonls = {},
pyright = {}, pyright = {},
taplo = {},
ts_ls = {}, ts_ls = {},
typos_lsp = {}, typos_lsp = {},
-- keep-sorted end -- keep-sorted end