(nvim) got back to tsserver for lsp

This commit is contained in:
jc 2024-09-18 02:06:48 -04:00
commit 0bffde1465
No known key found for this signature in database

View file

@ -110,7 +110,7 @@ return {
local status, lspconfig = pcall(require, "lspconfig") local status, lspconfig = pcall(require, "lspconfig")
if status then if status then
lspconfig.ts_ls.setup({}) lspconfig.tsserver.setup({})
lspconfig.tailwindcss.setup({ lspconfig.tailwindcss.setup({
filetypes = { filetypes = {
"templ", "templ",