Alexander-Miller/treemacs@76807bef3c -> Alexander-Miller/treemacs@9986d6cd3d Bad-ptr/persp-mode.el@7a594a3d8f -> Bad-ptr/persp-mode.el@df95ea710e abo-abo/ace-window@0577c426a9 -> abo-abo/ace-window@77115afc1b abo-abo/hydra@9e9e00cb24 -> abo-abo/hydra@317e1de330 dgutov/diff-hl@dabb7be628 -> dgutov/diff-hl@d20f16bf5e dimitri/switch-window@8d9fe251d8 -> dimitri/switch-window@71ef2f54c9 ema2159/centaur-tabs@f4cef95acb -> ema2159/centaur-tabs@a2890d968d emacs-lsp/lsp-treemacs@2894e6dec5 -> emacs-lsp/lsp-treemacs@a48763ba5d joostkremers/writeroom-mode@eac1da790f -> joostkremers/writeroom-mode@1fd52848eb k-talo/volatile-highlights.el@9a20091f0c -> k-talo/volatile-highlights.el@513c8b73cd rolandwalker/nav-flash@2e31f32085 -> rolandwalker/nav-flash@5d4b485678 rolandwalker/unicode-fonts@47f2397ade -> rolandwalker/unicode-fonts@44d0a22420 seagle0128/doom-modeline@b66d5e5006 -> seagle0128/doom-modeline@6125309c2c tarsius/hl-todo@e52285965b -> tarsius/hl-todo@a627d33214
:ui treemacs
Description unfold
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. It includes:
- Integration with Git (if doom-module::tools magit is enabled)
- Integration with Evil (if doom-module::editor evil +everywhere is enabled)
- Workspace awareness (if doom-module::ui workspaces is enabled)
Maintainers
Module flags
- +lsp
-
Enable
lsp-treemacs
integration and add shortcuts for common commands.
Packages
- doom-package:lsp-treemacs if doom-module:+lsp
- doom-package:treemacs
- doom-package:treemacs-evil if doom-module::editor evil +everywhere
- doom-package:treemacs-magit if doom-module::tools magit
- doom-package:treemacs-persp if doom-module::ui workspaces
- doom-package:treemacs-projectile
Hacks
No hacks documented for this module.
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom!
block.
If python3
is present on your $PATH
, doom-package:treemacs will use it to display git
status for files.
TODO Usage
🔨 This module's usage documentation is incomplete. Complete it?
The project bar can be opened using SPC o p.
Keybind | Description |
---|---|
o s | Open a horizontal dired buffer on the currently highlighted node |
o v | Open a vertical dired buffer on the currently highlighted node |
TODO Configuration
🔨 This module's configuration documentation is incomplete. Complete it?
The variable +treemacs-git-mode
sets the type of git integration that treemacs
has.
There are 3 possible values:
'simple
(the default), which highlights only files based on their git status, and is slightly faster,'extended
, which highlights both files and directories, but requires python,'deferred
, same as extended, but highlights asynchronously.
🚧
+treemacs-git-mode
must be set before treemacs is loaded.
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
🔨 This module has no appendix yet. Write one?