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
vscode-json-languageserver
taplo
typos-lsp
];
};

View File

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