python: add pycscope info

This commit is contained in:
Mathieu Maret 2018-03-27 14:03:57 +02:00
parent fa13eb0071
commit d687abebb6
2 changed files with 5 additions and 1 deletions

3
.vimrc
View File

@ -487,6 +487,9 @@ endfunction
"""""""""
" Plugin"
"""""""""
" for autotags plugin
let g:autotags_pycscope_cmd = '/usr/local/bin/pycscope'
"Using vundle
"cf. https://github.com/gmarik/Vundle.vim
":PluginInstall to install them

View File

@ -84,6 +84,7 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
* unzip
* xchat
# dev tools
## dev tools
* cppcheck
* cppcheck git precommit https://github.com/danmar/cppcheck/blob/master/tools/git-pre-commit-cppcheck
* pycscope (to generate cscope file for python) : https://pypi.python.org/pypi/pycscope/