Skip to content

Commit bc0014a

Browse files
ChevenikoSantiago Restrepo
authored andcommitted
feat: update references of tsserver to ts_ls (nvim-lua#1131)
1 parent 9f88570 commit bc0014a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ require('lazy').setup({
569569
local server = servers[server_name] or {}
570570
-- This handles overriding only values explicitly passed
571571
-- by the server configuration above. Useful when disabling
572-
-- certain features of an LSP (for example, turning off formatting for tsserver)
572+
-- certain features of an LSP (for example, turning off formatting for ts_ls)
573573
server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {})
574574
require('lspconfig')[server_name].setup(server)
575575
end,

0 commit comments

Comments
 (0)