File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -615,8 +615,8 @@ require('lazy').setup({
615615 -- Some languages (like typescript) have entire language plugins that can be useful:
616616 -- https://github.com/pmizio/typescript-tools.nvim
617617 --
618- -- But for many setups, the LSP (`tsserver `) will work just fine
619- -- tsserver = {},
618+ -- But for many setups, the LSP (`ts_ls `) will work just fine
619+ -- ts_ls = {},
620620 --
621621
622622 lua_ls = {
@@ -657,7 +657,7 @@ require('lazy').setup({
657657 local server = servers [server_name ] or {}
658658 -- This handles overriding only values explicitly passed
659659 -- by the server configuration above. Useful when disabling
660- -- certain features of an LSP (for example, turning off formatting for tsserver )
660+ -- certain features of an LSP (for example, turning off formatting for ts_ls )
661661 server .capabilities = vim .tbl_deep_extend (' force' , {}, capabilities , server .capabilities or {})
662662 require (' lspconfig' )[server_name ].setup (server )
663663 end ,
You can’t perform that action at this time.
0 commit comments