CyberMango / init.vimango

15 stars 0 forks source link

Integrate cpp compilation #3

Open CyberMango opened 4 years ago

CyberMango commented 4 years ago

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 commented 4 years ago

vim.dispatch plugin might help