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  =  {
@@ -683,7 +683,7 @@ require('lazy').setup({
683683            local  server  =  servers [server_name ] or  {}
684684            --  This handles overriding only values explicitly passed
685685            --  by the server configuration above. Useful when disabling
686-             --  certain features of an LSP (for example, turning off formatting for tsserver )
686+             --  certain features of an LSP (for example, turning off formatting for ts_ls )
687687            server .capabilities  =  vim .tbl_deep_extend (' force' capabilities , server .capabilities  or  {})
688688            require (' lspconfig' server_name ].setup (server )
689689          end ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments