init.vimango
init.vimango copied to clipboard
Integrate cpp compilation
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.
vim.dispatch plugin might help