1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,43 @@
# Docs
Use `:CHADhelp` to open up a list of help pages!
Help docs are written in `markdown` because a picture is worth a thousand words.
Use `:CHADhelp -w` or `:CHADhelp --web` to open help pages in a browser window if possible.
Use `:CHADhelp {topic}` or `:CHADhelp {topic} --web` to visit a particular topic for more information
- [:CHADhelp features](https://github.com/ms-jpq/chadtree/tree/chad/docs/FEATURES.md)
- [:CHADhelp keybind](https://github.com/ms-jpq/chadtree/tree/chad/docs/KEYBIND.md)
- [:CHADhelp config](https://github.com/ms-jpq/chadtree/tree/chad/docs/CONFIGURATION.md)
- [:CHADhelp theme](https://github.com/ms-jpq/chadtree/tree/chad/docs/THEME.md)
- [:CHADhelp migration](https://github.com/ms-jpq/chadtree/tree/chad/docs/MIGRATION.md)
---
## Commands
### `CHADopen`
`:CHADopen` will toggle CHADTree open / close
`:CHADopen <path>` will open at `<path>`
`:CHADopen --always-focus` will disable toggle if already opened
`:CHADopen --nofocus` will open CHADTree without giving the sidebar focus
`:CHADopen --version-ctl` will open CHADTree at version control top level.
### `CHADdeps`
`:CHADdeps` will install all of CHADTree's dependencies locally.
Dependencies will be privately installed inside CHADTree's git root under `.vars/runtime`.
Running `rm -rf` on `chadtree/` will cleanly remove everything CHADTree installs to your local system.