Mercurial > dotfiles
diff 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 |
line wrap: on
line diff
--- a/vim/ctagsrc Sun Jan 21 12:51:19 2018 -0800 +++ b/vim/ctagsrc Tue Feb 13 11:08:26 2018 -0800 @@ -1,4 +1,4 @@ ---c-kinds=-nev +--c-kinds=-ev --c++-kinds=-nev --c#-kinds=-ne --python-kinds=cfm @@ -11,7 +11,26 @@ --exclude=.hg --exclude=.git ---exclude=libs +--exclude=.DS_Store +--exclude=Thumbs.db +--exclude=*.so +--exclude=*.dll +--exclude=*.exe +--exclude=*.lib +--exclude=*.pdb +--exclude=*.pyc +--exclude=*.pyo +--exclude=*.swp +--exclude=*.o +--exclude=*.dll +--exclude=*.fb +--exclude=*.exe +--exclude=*.elf +--exclude=*.jpg +--exclude=*.png +--exclude=venv --exclude=build +--exclude=static +--exclude=node_modules +--exclude=libs --exclude=dist ---exclude=venv