mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
3 lines
152 B
Bash
Executable file
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"
|