Mercurial > dotfiles
annotate vim/ctagsrc @ 420:e6b3048980c4
Vim tweaks
- Properly check for whether a plugin is active.
- Better function key shortcuts.
- Remove `wildignore` from Gutentags command lines, add them to `ctagsrc`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 13 Feb 2018 11:08:26 -0800 |
parents | b87c358bd0ca |
children | 4bd564a3c9a2 |
rev | line source |
---|---|
420 | 1 --c-kinds=-ev |
369
b87c358bd0ca
Fix/improve ctagsrc for gutentags.
Ludovic Chabant <ludovic@chabant.com>
parents:
227
diff
changeset
|
2 --c++-kinds=-nev |
b87c358bd0ca
Fix/improve ctagsrc for gutentags.
Ludovic Chabant <ludovic@chabant.com>
parents:
227
diff
changeset
|
3 --c#-kinds=-ne |
227 | 4 --python-kinds=cfm |
5 --javascript-kinds=cfm | |
369
b87c358bd0ca
Fix/improve ctagsrc for gutentags.
Ludovic Chabant <ludovic@chabant.com>
parents:
227
diff
changeset
|
6 |
227 | 7 --fields=+l |
8 --fields=+n | |
9 | |
10 --languages=-html | |
11 | |
12 --exclude=.hg | |
13 --exclude=.git | |
420 | 14 --exclude=.DS_Store |
15 --exclude=Thumbs.db | |
16 --exclude=*.so | |
17 --exclude=*.dll | |
18 --exclude=*.exe | |
19 --exclude=*.lib | |
20 --exclude=*.pdb | |
21 --exclude=*.pyc | |
22 --exclude=*.pyo | |
23 --exclude=*.swp | |
24 --exclude=*.o | |
25 --exclude=*.dll | |
26 --exclude=*.fb | |
27 --exclude=*.exe | |
28 --exclude=*.elf | |
29 --exclude=*.jpg | |
30 --exclude=*.png | |
31 --exclude=venv | |
227 | 32 --exclude=build |
420 | 33 --exclude=static |
34 --exclude=node_modules | |
35 --exclude=libs | |
227 | 36 --exclude=dist |