mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	
				
					committed by
					
						
						Lewis Russell
					
				
			
			
				
	
			
			
			
						parent
						
							7d771c3eee
						
					
				
				
					commit
					d3e4ffafff
				
			@@ -214,6 +214,7 @@ LSP
 | 
				
			|||||||
  clients.
 | 
					  clients.
 | 
				
			||||||
• |vim.lsp.buf.signature_help()| can now cycle through different signatures
 | 
					• |vim.lsp.buf.signature_help()| can now cycle through different signatures
 | 
				
			||||||
  using `<C-s>` and also support multiple clients.
 | 
					  using `<C-s>` and also support multiple clients.
 | 
				
			||||||
 | 
					• The client now supports `'utf-8'` and `'utf-32'` position encodings.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LUA
 | 
					LUA
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -338,7 +338,9 @@ function protocol.make_client_capabilities()
 | 
				
			|||||||
  return {
 | 
					  return {
 | 
				
			||||||
    general = {
 | 
					    general = {
 | 
				
			||||||
      positionEncodings = {
 | 
					      positionEncodings = {
 | 
				
			||||||
 | 
					        'utf-8',
 | 
				
			||||||
        'utf-16',
 | 
					        'utf-16',
 | 
				
			||||||
 | 
					        'utf-32',
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    textDocument = {
 | 
					    textDocument = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user