Shatur / neovim-cmake

CMake integration for Neovim
GNU General Public License v3.0
87 stars 19 forks source link

Display program output quickfix_only_on_error = true #27

Closed JafarAbdi closed 2 years ago

JafarAbdi commented 2 years ago

Small fix for https://github.com/Shatur/neovim-cmake/pull/26, setting config.quickfix_only_on_error to true is causing the calls for run and build_and_run to not show the program output

This PR fixes it by adding a new property quickfix_only_on_error to opts of utils.run and make it fallback to config.quickfix_only_on_error if it's passed to the function and make cmake.run set it to false