Open nomeata opened 7 years ago
My _CoqProject file contains arguments (such as -R . Namespace) that need to be passd to coqtop. Other IDEs do this, and I can do it manually by passing it to :CoqLaunch. It would be nice if I did not have to do this manually, though.
_CoqProject
-R . Namespace
coqtop
:CoqLaunch
Done in https://github.com/the-lambda-church/coquille/pull/66
My
_CoqProject
file contains arguments (such as-R . Namespace
) that need to be passd tocoqtop
. Other IDEs do this, and I can do it manually by passing it to:CoqLaunch
. It would be nice if I did not have to do this manually, though.