diff --git a/init.lua b/init.lua index 0543de5b..12660709 100644 --- a/init.lua +++ b/init.lua @@ -540,7 +540,7 @@ require('lazy').setup({ -- Some languages (like typescript) have entire language plugins that can be useful: -- https://github.com/pmizio/typescript-tools.nvim -- - -- But for many setups, the LSP (`tsserver`) will work just fine + -- But for many setups, the LSP (`ts_ls`) will work just fine volar = { init_options = { vue = { @@ -551,7 +551,7 @@ require('lazy').setup({ }, }, }, - tsserver = {}, + ts_ls = {}, -- lua_ls = {