mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
fix: rebase readme too combine lsp settings
This commit is contained in:
@@ -31,13 +31,25 @@
|
|||||||
+ [[https://github.com/emacs-lsp/lsp-treemacs][lsp-treemacs]]
|
+ [[https://github.com/emacs-lsp/lsp-treemacs][lsp-treemacs]]
|
||||||
|
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
This module has no prerequisites.
|
If ~+treemacs-git-mode~ is set to ~extended~ or ~deferred~ you will need to have
|
||||||
|
python3 installed
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
# TODO
|
# An in-depth list of features, how to use them, and their dependencies.
|
||||||
|
|
||||||
* Configuration
|
* Configuration
|
||||||
# TODO
|
the variable ~+treemacs-git-mode~ sets the type of git integration for treemacs
|
||||||
|
|
||||||
* Troubleshooting
|
There are 3 possible values:
|
||||||
# TODO
|
|
||||||
|
1) simple, which highlights only files based on their git status, and is
|
||||||
|
slightly faster,
|
||||||
|
2) extended, which highlights both files and directories, but requires
|
||||||
|
python,
|
||||||
|
3) deferred, same as extended, but highlights asynchronously.
|
||||||
|
|
||||||
|
the default being simple
|
||||||
|
|
||||||
|
This must be set before treemacs has loaded.
|
||||||
|
* TODO Troubleshooting
|
||||||
|
# Common issues and their solution, or places to look for help.
|
||||||
|
Reference in New Issue
Block a user