emacs-lsp / lsp-treemacs

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

auto expanding nodes in lsp-treemacs-errors-list #130

Open ItsNilDev opened 2 years ago

ItsNilDev commented 2 years ago

Hey, Is there a way to expand nodes by default for treemacs-errors-list? I saw that you can use prefix arguments for lsp-treemacs-rerferences and it works. lsp-treemacs-symbols also have that as default, but not errors list. I noticed that errors list syncs itself when there's a change to the file, so implementing prefix arguments wouldn't be an ideal solution..?