feat(nvim): enable taplo lsp

This commit is contained in:
Price Hiller 2024-10-03 04:43:50 -05:00
parent dbbd9cbf44
commit 5a03eee4f1
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -530,6 +530,7 @@ return {
-- NOTE: GENERIC LSP SERVERS
for _, server in ipairs({
"taplo",
"clangd",
"cmake",
"bashls",