darkcloud-nvimconfig/gentags

3 lines
152 B
Bash
Executable file

#!/usr/bin/env bash
[[ `type -P ctags` ]] && ctags -R -f ~/.vim/tags /usr/include /usr/local/include $@ || echo "Can't find the ctags binary in $PATH"