ej-shafran / compile-mode.nvim

A plugin for Neovim inspired by Emacs' Compilation Mode
The Unlicense
50 stars 12 forks source link

How to resize compilation buffer automatically #2

Closed ashtyn3 closed 10 months ago

ashtyn3 commented 10 months ago

I just want to start by saying thank you so much for making this wonderfully amazing plugin. It has saved my workflow. I no longer have to have so many terminals open! My only issue is: I want the compilation buffer to basically be the size of what a :12split would create. I have not figured out a way to pass Compile or Recompile to a split command of a custom size... is there anyway this is possible?

ej-shafran commented 10 months ago

It's not possible as of yet, but I'll add an option to use a range to size the window, similar to :12split and the like. Will keep you updated :)

ej-shafran commented 10 months ago

You can use branch = "nightly" for now, until 2.0.0 is released