dotfiles/config/ctags/universal.ctags (view raw)
| 1 | --recurse=yes |
| 2 | --tag-relative=yes |
| 3 | |
| 4 | # qualifies MyStruct.MyMethod to MyMethod |
| 5 | #--extras=+q |
| 6 | # full kind names, instead of single letters |
| 7 | --fields=-k+K |
| 8 | # language of the tag (for multi language codebases) |
| 9 | --fields=+l |
| 10 | |
| 11 | --languages=-markdown,json,yaml,iniconf,html,css |
| 12 | --sh-kinds=-h |
| 13 | |
| 14 | --exclude=.git |
| 15 | --exclude=.jj |
| 16 | --exclude=.docker |
| 17 | --exclude=.tests |
| 18 | --exclude=elm-stuff |
| 19 | --exclude=dist |
| 20 | --exclude=build |
| 21 | --exclude=vendor |
| 22 | --exclude=target |
| 23 | --exclude=node_modules |
| 24 | --exclude=*.min.js |
| 25 | --exclude=*.pb.go |