1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00

docs(gtags): document ctags_bin gtags layer option

This commit is contained in:
Sébastien Santoro 2022-04-05 14:45:37 +02:00 committed by GitHub
parent 3f99d0c297
commit 0d61594246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ gtags layer provides the following options:
- `auto_update`: Update gtags/ctags database automatically when save a file. Default is `true`.
- `tags_cache_dir`: Setting the cache directory of tags. The default value is `~/.cache/SpaceVim/tags/`
- `ctags_bin`: Setting the command or path of ctags. Default is `ctags`.
## Language Support