1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: lua/user/plugins/lang/typescript.lua: tsserver is renamed to ts_ls

This commit is contained in:
Henrik Hautakoski 2024-09-05 23:18:33 +02:00
parent edda7bf957
commit 5b14797ed0

View file

@ -1,11 +1,5 @@
local lspservers = {
tsserver = {
settings = {
-- tsserver_plugins = {
-- "@vue/typescript-plugin",
-- },
},
},
ts_ls = {},
}
return {