pianocomposer321 / officer.nvim

Like dispatch.vim but using overseer.nvim
MIT License
19 stars 0 forks source link

open quickfix window on the bottom #1

Open edwinchenloo opened 1 month ago

edwinchenloo commented 1 month ago

whenever I type ':Make' the quickfix window opens on the right on all of its output lines wrap. If i then close the quickfix window and open it with ":copen" the window is on the bottom but every line is wrapped so can't properly jump to files because their paths are broken into several lines.

Is there a way to have the quickfix window appear on the bottom by default? or have its contents not wrap?

pianocomposer321 commented 1 month ago

Interesting. The code to open the quickfix window in this plugin uses the :botright modifier, so it should always open at the bottom. Not sure why it's opening on the right - I can't reproduce this.

Do you have any custom overseer components or custom autocommands? That's the only thing I can think of that would cause this.