p00f / cphelper.nvim

Neovim helper for competitive programming. Use https://sr.ht/~p00f/cphelper.nvim instead
MIT License
130 stars 9 forks source link

Use builtin `:make` command for compiling #7

Closed p00f closed 2 years ago

aditya-K2 commented 2 years ago

How about using plenary jobs for this?

p00f commented 2 years ago

I want to use :make so that compilation errors get added to the quickfix list.

aditya-K2 commented 2 years ago

I see

p00f commented 2 years ago

What are the advantages of plenary jobs over neovim jobs though? It looks like the interface is similar