Hyderman
Hyderman
> The issue is Clang searches for gcc in PATH, if it finds let's say /usr/bin/gcc then everything breaks. Installing mingw-w64-clang--gcc-compat workarounds this problem because Clang will find gcc binary...
I don't know if it's really related but there isn't any suggestion when defining macros. ``` cpp #define AAAAAA (0) #define BBBBBB (AAAAAA) // no suggestion for AAAAAA ```
Is it possible to remove new line before curly brace when formatting like in vscode but for neovim?