sponsor Vim development Vim logo Vim Book Ad

HiTags : dynamic symbol (e.g variable) highlighting with minimalistic requirements

 script karma  Rating 0/0, Downloaded by 74  Comments, bugs, improvements  Vim wiki

created by
Anon Nymous
 
script type
utility
 
description
Dynamic symbol (e.g variable, function) name highlighting with minimalistic requirements.

Dependencies:
- mimetype (sadly, `file -i` does not suffice)
- python3 (system installation, not Vim compile flag)
- ctags (tested with Universal ctags)
- gcc/clang (to preprocess C/C++ files)

Home page: https://github.com/agvxov/Vim-HiTags/
 
install details
1. extract the tar over your .vim/
2. Configure Vim to actually invoke the plugin. Achive this by appending / overriding the following definition in your .vimrc.
let g:hitags_events = ["BufWrite"]  " trigger a symbol update on writes
3. (Optional) Further configure HiTags by editing ~/.vim/plugin/hitags.vim. All required details are commented right there in the script.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
hitags.tar 1 2023-12-15 7.0 Anon Nymous Initial upload
ip used for rating: 3.22.248.208

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github