krady21 / compiler-explorer.nvim

Run compilers and inspect assembly directly from Neovim with the help of https://godbolt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ Feature ] If first compilation is faild, the `CECompileLive` wont create autocmd `BufWritePost`

NEX-S opened this issue · comments

If the first compilation by CECompileLive fails, the CECompileLive won't create autocmd BufWritePost.
which it's a little inconvenient.

and seems there's no option can control the quickfix-window popup. I'd rather use the virtual text to indicate the error, don't really need quickfix-window ( might block our sight)

Hi. Thanks for opening this issue.
Regarding the first problem with CECompileLive, that seems like bad design on my part. I'll see what i can do about it.
There used to be an open_qflist option, but I removed it in a previous commit. I did not now if people were using it or not. I'll bring it back.

appreciate your work! this plugin is awesome!!!!