mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
a5a651dbb9
Signed-off-by: main <magic_rb@redalder.org>
943 B
943 B
Treemacs
#
Treemacs is a file and project explorer similar to NeoTree or vim’s NerdTree, but largely inspired by the Project Explorer in Eclipse. It shows the file system outlines of your projects in a simple tree layout allowing quick navigation and exploration, while also possessing basic file management utilities.
Treemacs is really cool.
(use-package treemacs
:straight t
:after (doom-themes)
:config
Read input from a minibuffer not a child frame.
(setq treemacs-read-string-input 'from-minibuffer)