view 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 source

--c-kinds=-ev
--c++-kinds=-nev
--c#-kinds=-ne
--python-kinds=cfm
--javascript-kinds=cfm

--fields=+l
--fields=+n

--languages=-html

--exclude=.hg
--exclude=.git
--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