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 @@ -674,8 +674,8 @@ require('lazy').setup({
674674 -- Some languages (like typescript) have entire language plugins that can be useful:
675675 -- https://github.com/pmizio/typescript-tools.nvim
676676 --
677- -- But for many setups, the LSP (`tsserver `) will work just fine
678- -- tsserver = {},
677+ -- But for many setups, the LSP (`ts_ls `) will work just fine
678+ -- ts_ls = {},
679679 --
680680
681681 -- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
@@ -809,7 +809,7 @@ require('lazy').setup({
809809 local server = servers [server_name ] or {}
810810 -- This handles overriding only values explicitly passed
811811 -- by the server configuration above. Useful when disabling
812- -- certain features of an LSP (for example, turning off formatting for tsserver )
812+ -- certain features of an LSP (for example, turning off formatting for ts_ls )
813813 server .capabilities = vim .tbl_deep_extend (' force' , {}, capabilities , server .capabilities or {})
814814 require (' lspconfig' )[server_name ].setup (server )
815815 end ,
You can’t perform that action at this time.
0 commit comments