1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Switch to ts_ls

This commit is contained in:
Dan Barber 2024-09-12 15:50:23 -05:00
parent 88866bb385
commit d5268f42ec

View File

@ -1,4 +1,4 @@
local lspconfig = require("lspconfig")
lspconfig.eslint.setup({})
lspconfig.tsserver.setup({})
lspconfig.ts_ls.setup({})