all repos

dotfiles @ 5c6170b

i use rach linux btw

dotfiles/config/ctags/universal.ctags (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
updaties, 1 month ago
1
--recurse=yes
2
# --totals=yes
3
--tag-relative=yes
4
5
# qualifies MyStruct.MyMethod to MyMethod
6
--extras=+q
7
# full kind names, instead of single letters
8
--fields=-k+K
9
# inheritance/interfaces
10
--fields=+i
11
# language of the tag (for multi language codebases)
12
--fields=+l
13
# access modifiers (public/private)
14
--fields=+a
15
# line number
16
--fields=+n
17
18
--languages=-markdown,json,yaml,iniconf,css,html
19
--sh-kinds=-h
20
--Go-kinds=-p
21
--Odin-kinds=-p
22
23
--exclude=.docker
24
--exclude=.git
25
--exclude=.jj
26
--exclude=.nvim.lua
27
--exclude=.tests
28
--exclude=.venv
29
--exclude=Session.vim
30
--exclude=_site
31
--exclude=build
32
--exclude=dist
33
--exclude=elm-stuff
34
--exclude=node_modules
35
--exclude=target
36
--exclude=testdata
37
--exclude=vendor
38
--exclude=*.min.js
39
--exclude=*.min.css
40
--exclude=*.pb.go