Код: Выделить всё
// lib.hpp
#include
#include
void Log(std::string text){
std::cout
#include "lib.hpp"
int main(){
Log("Hello world");
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... -on-neovim
Код: Выделить всё
// lib.hpp
#include
#include
void Log(std::string text){
std::cout
#include "lib.hpp"
int main(){
Log("Hello world");
}