Platformio Instale Arduino Lib
# use -g only if you want to install the library globally.
platformio lib -g install 'Adafruit NeoPixel'
# remember to refresh the project
platformio init --ide clion
QuackAttack69