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

Integrate cpp compilation

Open CyberMango opened this issue 5 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.

CyberMango avatar Jan 11 '20 09:01 CyberMango

vim.dispatch plugin might help

CyberMango avatar Jan 19 '20 05:01 CyberMango