mirror of
https://github.com/danbee/dotfiles-local
synced 2026-06-20 22:32:23 +00:00
Switch to ts_ls
This commit is contained in:
parent
88866bb385
commit
d5268f42ec
@ -1,4 +1,4 @@
|
|||||||
local lspconfig = require("lspconfig")
|
local lspconfig = require("lspconfig")
|
||||||
|
|
||||||
lspconfig.eslint.setup({})
|
lspconfig.eslint.setup({})
|
||||||
lspconfig.tsserver.setup({})
|
lspconfig.ts_ls.setup({})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user