feat(projects/treemacs): disable lsp-treemacs-sync-mode

I prefer being explicit about when something is added to treemacs,
instead of always adding any project that's using a language server.
This commit is contained in:
2023-04-14 02:04:47 +01:00
parent 3da4562bb6
commit 5239dacc5e

View File

@@ -76,10 +76,7 @@
:after (treemacs lsp-mode)
:custom
(lsp-metals-treeview-show-when-views-received t)
:config
(lsp-treemacs-sync-mode 1))
(lsp-metals-treeview-show-when-views-received t))
(provide 'siren-treemacs)
;;; siren-treemacs.el ends here