Vincent Zhang

Results 283 comments of Vincent Zhang

> What happens if you press `g` a third time? Only one TODOs section is displayed. To be clear, I mean the issue appears while double pressing `g` quickly. Otherwise...

I agree it does no harm, but I'd like suggest to check before inserting the TODO section if possible.

Then feel free to close it, or leave it for future tracking. Thanks, anyway!

Same issue here. If not loading `lsp-treemacs-themes`, the issue disappears. I think it should not modify "Default" theme directly. Creating a new one will avoid the conflicts.

My workaround is ```elisp (with-eval-after-load 'lsp-treemacs (doom-themes-treemacs-config)) ```

@ig-perez The workaround is loading `doom-themes-ext-treemacs` after `lsp-treemacs`. Try evaluating the buffer of doom-themes-ext-treemacs.

> Thanks @seagle0128 I tried: > > ```emacs-lisp > (with-eval-after-load 'lsp-treemacs (doom-themes-ext-treemacs)) > ``` > > But I got: `Error processing message (void-function doom-themes-ext-treemacs)` > > @jul1u5 are you under...

@ig-perez The fact is if disabling or uninstalling `lsp-treemacs`, all icons are correct. There should be some conflicts.

> The issue with expanded/collapsed icons is that there are theme-specific - they have a dark theme and white theme so I decided to use the ascii chars. I will...

@altomcat Thanks for letting me know!