You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for the great plugin! I'm trying to use this plugin to run make asynchronously, but having issues with the configuration.
This is what I have so far:
The terminal output window is at the top, and takes half screen. I would like it to be at the bottom and be able to configure the size. I tried passing TermConfig table, { type = 'smart', height = .25}, but didn't work. What other types beside smart are supported?
The quick fix window does not open. I have the qf.nvim plugin installed as well.
The text was updated successfully, but these errors were encountered:
These are the supported terminal modes (smart, float, split, vsplit), but I should certainly add a bottom split variant.
The quickfix should also open if there are errors, though that depends on if the compiler is properly detected. Which command are you running inside make? If it isn't a C-like language you may need to specify the compiler manually, the syntax has slightly deviated from some parts of the README.
Hi, Thanks for the great plugin! I'm trying to use this plugin to run make asynchronously, but having issues with the configuration.
This is what I have so far:
The make command works but there's a few issues:
{ type = 'smart', height = .25}
, but didn't work. What other types beside smart are supported?The text was updated successfully, but these errors were encountered: