Civitasv / cmake-tools.nvim

CMake integration in Neovim
GNU General Public License v3.0
380 stars 68 forks source link

Automatic split size? #247

Closed TheComet closed 1 month ago

TheComet commented 4 months ago

Describe the problem or limitation you are having If I manually resize the terminal split, running :CMakeRun will resize it back to whatever split_size is set to.

Describe the solution you'd like I'd like a way to configure cmake-tools to not resize my terminal window and use whatever it is currently set to.

lceWolf commented 2 months ago

proposal implemented in #253

lceWolf commented 2 months ago

implementation merged. Issue can be closed