(nvim) got back to tsserver for lsp
This commit is contained in:
parent
800ddfc142
commit
0bffde1465
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue