init.vimango icon indicating copy to clipboard operation
init.vimango copied to clipboard

Integrate cpp compilation

Open TheResplandor opened this issue 6 years ago • 1 comments

Find a good way to integrate cpp compilation. might use the :make command.

Even if it uses an external cmake/make command, it should link from the error messages into the relevant lines of code in vim (perhaps use the quickfix list).

Might be useful to look for something inspired by cxxd's project build feature.

TheResplandor avatar Jan 11 '20 09:01 TheResplandor

vim.dispatch plugin might help

TheResplandor avatar Jan 19 '20 05:01 TheResplandor