return lsp semantic tokens
This commit is contained in:
		
							parent
							
								
									2ebfaf64e9
								
							
						
					
					
						commit
						fecc679aac
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -284,7 +284,7 @@ local on_attach = function(client, bufnr)
 | 
				
			||||||
  nmap('K', vim.lsp.buf.hover, 'Hover Documentation')
 | 
					  nmap('K', vim.lsp.buf.hover, 'Hover Documentation')
 | 
				
			||||||
  nmap('<M-k>', vim.lsp.buf.signature_help, 'Signature Documentation')
 | 
					  nmap('<M-k>', vim.lsp.buf.signature_help, 'Signature Documentation')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  client.server_capabilities.semanticTokensProvider = nil
 | 
					  -- client.server_capabilities.semanticTokensProvider = nil
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Enable the following language servers
 | 
					-- Enable the following language servers
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue