emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
398 stars 47 forks source link

lsp-treemacs can not control new window #56

Closed wztdream closed 4 years ago

wztdream commented 4 years ago

Hi, This should be a feature request. lsp-treemacs is convenient when writing and debugging code. But if I run a code (python in my case) by ", c c", then the new "complication" buffer is at the bottom of the window and across the whole window. If I want to maximize my code file buffer, by "SPC w m" it only affect the buffers created by treemacs, the "complication" buffer still there. So I have to switch to "complication" buffer and delete the window.

As running the code happens very often, it is a little noisy. I hope you can add the feature that treemacs can control the "complication" buffer or some other kinds of new buffer that not created by treemacs as well.

example

wztdream commented 4 years ago

Thank you for reply in treemacs repo. We can use SPC c d to close the compilation buffer.