mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	fix(lsp): announce normalizesLineEndings capability (#34175)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							52868977ae
						
					
				
				
					commit
					4db58f78b4
				
			@@ -551,6 +551,7 @@ function protocol.make_client_capabilities()
 | 
				
			|||||||
      applyEdit = true,
 | 
					      applyEdit = true,
 | 
				
			||||||
      workspaceEdit = {
 | 
					      workspaceEdit = {
 | 
				
			||||||
        resourceOperations = { 'rename', 'create', 'delete' },
 | 
					        resourceOperations = { 'rename', 'create', 'delete' },
 | 
				
			||||||
 | 
					        normalizesLineEndings = true,
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      semanticTokens = {
 | 
					      semanticTokens = {
 | 
				
			||||||
        refreshSupport = true,
 | 
					        refreshSupport = true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user