If i have cute project.cpp opened in nvim, then trigger CompileAndRun
i get this
g++: error: cute: No such file or directory
g++: error: project.cpp: No such file or directory
g++: error: project.out: No such file or directory
g++: fatal error: no input files
compilation terminated.
[Process exited 1]
the title says it all
If i have
cute project.cpp
opened in nvim, then triggerCompileAndRun
i get thisIs there any solution for this?