feat(nvim): enable taplo lsp
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 36s

This commit is contained in:
Price Hiller 2024-10-03 04:43:50 -05:00
parent 6a9bd96ca0
commit eab51920fd
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",