Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
419:c4077384f55f | 420:e6b3048980c4 |
---|---|
1 --c-kinds=-nev | 1 --c-kinds=-ev |
2 --c++-kinds=-nev | 2 --c++-kinds=-nev |
3 --c#-kinds=-ne | 3 --c#-kinds=-ne |
4 --python-kinds=cfm | 4 --python-kinds=cfm |
5 --javascript-kinds=cfm | 5 --javascript-kinds=cfm |
6 | 6 |
9 | 9 |
10 --languages=-html | 10 --languages=-html |
11 | 11 |
12 --exclude=.hg | 12 --exclude=.hg |
13 --exclude=.git | 13 --exclude=.git |
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 | |
32 --exclude=build | |
33 --exclude=static | |
34 --exclude=node_modules | |
14 --exclude=libs | 35 --exclude=libs |
15 --exclude=build | |
16 --exclude=dist | 36 --exclude=dist |
17 --exclude=venv |