fix(treemacs): simplify lsp-treemacs load-order
dec058f
fixed the load order between treemacs-nerd-icons and lsp-treemacs, but lsp-treemacs still loads so late that folks will see a theme-less Treemacs until they visit their first lsp-mode-enabled file. This ensures that won't happen. Amend:dec058fabb
Amend: #7519
This commit is contained in:
parent
f838c1790d
commit
90f90fb34d
1 changed files with 2 additions and 1 deletions
|
@ -84,6 +84,7 @@ This must be set before `treemacs' has loaded.")
|
||||||
:after treemacs
|
:after treemacs
|
||||||
:config (treemacs-set-scope-type 'Perspectives))
|
:config (treemacs-set-scope-type 'Perspectives))
|
||||||
|
|
||||||
|
|
||||||
(use-package! lsp-treemacs
|
(use-package! lsp-treemacs
|
||||||
:when (modulep! +lsp)
|
:when (modulep! +lsp)
|
||||||
:after (treemacs lsp))
|
:after treemacs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue