[vim] Remove the tailwind and typescript language server configs

I don't use these.
This commit is contained in:
Eryn Wells 2024-09-19 13:45:48 -07:00
parent 383fd5ceb9
commit 093f1a2099

View file

@ -134,13 +134,3 @@ lspconfig.rust_analyzer.setup {
},
},
}
lspconfig.tailwindcss.setup {
on_attach = on_attach,
capabilities = cmp_capabilities,
}
lspconfig.tsserver.setup {
on_attach = on_attach,
capabilities = cmp_capabilities,
}