vim - How to use ctags to generate tags for non-standard python packages? -
i use pip manage python packages, , of these packages located in /usr/lib/python2.7/dist-packages
. run command ctags -r -o ~/codes/python/pytags /usr/lib/python2.7/dist-packages
generate tags python packages, , add set tags=./tags,~/codes/python/pytags
in vimrc file, when run :ptag numpy
in vim, still shows "tag not found", know what's wrong it?
Comments
Post a Comment