I have my functions commented as follows:
/**
* @brief System Clock Configuration
* @retval None
*/
void SystemClock_Config(void) {
VS Code parses them properly and shows the following hover documentation.
However, NVIM shows the following:
How do I get NVIM to show the same?