Civitasv / cmake-tools.nvim

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

Disable *cmake-tools* scratch buffer #248

Open ancientjpeg opened 3 months ago

ancientjpeg commented 3 months ago

Describe the problem or limitation you are having I personally find that the *cmake-tools* scratch file impedes my workflow. It's often interferes when I attempt to close neovim, and I don't like that I've had to add it to version control.

Describe the solution you'd like I'd like to be able to disable this file's creation, and/or refactor its behavior so that it isn't an open buffer.

Describe alternatives you've considered I've attempted to look into the source to see if there's configuration options that could prevent this file from being created, to no avail.