python: add pycscope info
This commit is contained in:
parent
fa13eb0071
commit
d687abebb6
3
.vimrc
3
.vimrc
@ -487,6 +487,9 @@ endfunction
|
|||||||
"""""""""
|
"""""""""
|
||||||
" Plugin"
|
" Plugin"
|
||||||
"""""""""
|
"""""""""
|
||||||
|
" for autotags plugin
|
||||||
|
let g:autotags_pycscope_cmd = '/usr/local/bin/pycscope'
|
||||||
|
|
||||||
"Using vundle
|
"Using vundle
|
||||||
"cf. https://github.com/gmarik/Vundle.vim
|
"cf. https://github.com/gmarik/Vundle.vim
|
||||||
":PluginInstall to install them
|
":PluginInstall to install them
|
||||||
|
@ -84,6 +84,7 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
|||||||
* unzip
|
* unzip
|
||||||
* xchat
|
* xchat
|
||||||
|
|
||||||
# dev tools
|
## dev tools
|
||||||
* cppcheck
|
* cppcheck
|
||||||
* cppcheck git precommit https://github.com/danmar/cppcheck/blob/master/tools/git-pre-commit-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/
|
||||||
|
Loading…
Reference in New Issue
Block a user