-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements
FrancescoMagliocco edited this page Aug 9, 2019
·
3 revisions
Vim-UCTags has one mandatory requirement: Universal-Ctags, which can be built from source at GitHub, or installed using your package manager.
For Debian and Debian derivatives, you can run the following in a terminal of your choosing:
sudo apt-get -fV install universal-ctags --no-install-recommends
For Arch Linux and Arch Linux derivatives, you can run the following in a terminal of your choosing:
pacman -Syu universal-ctags-git
NOTE: You may need to issue this through sudo
if you do not have
sufficient privileges.
Additionally, you will need the find
command―provided by the
findutils* (Should be installed by default if on
Linux)** package.
* Package name based on Debian repositories.
** If not installed by default, consult your package manager.
- Home
- Requirements
- Optional Dependencies
- Installing
- Definitions
-
Global Options
- g:uctags_executable
- g:uctags_tags_file
- g:uctags_pre_args
- g:uctags_extra_args
- g:uctags_use_keyword
- g:uctags_skip_non_keyword
- g:uctags_use_only_match
- g:uctags_use_keyword_over_match
- g:uctags_use_perl
- g:uctags_use_readtags
- g:uctags_max_syn
- g:uctags_skip_kind_for
- g:uctags_kind_to_hlg
- g:uctags_match_map
- g:uctags_args
- g:uctags_hl_group_map
- g:uctags_lang_map