Skip to content

Commit 1695a1d

Browse files
committed
Merge 'upstream' feat: update references of tsserver to ts_ls
2 parents 3a01797 + 7201dc4 commit 1695a1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lua/kickstart/plugins/lspconfig.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ return {
176176
-- Some languages (like typescript) have entire language plugins that can be useful:
177177
-- https://github.com/pmizio/typescript-tools.nvim
178178
--
179-
-- But for many setups, the LSP (`tsserver`) will work just fine
180-
-- tsserver = {},
179+
-- But for many setups, the LSP (`ts_ls`) will work just fine
180+
-- ts_ls = {},
181181
--
182182

183183
lua_ls = {
@@ -218,7 +218,7 @@ return {
218218
local server = servers[server_name] or {}
219219
-- This handles overriding only values explicitly passed
220220
-- by the server configuration above. Useful when disabling
221-
-- certain features of an LSP (for example, turning off formatting for tsserver)
221+
-- certain features of an LSP (for example, turning off formatting for ts_ls)
222222
server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {})
223223
require('lspconfig')[server_name].setup(server)
224224
end,

0 commit comments

Comments
 (0)