mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 13:16:23 +01:00
Only generate tags for calibre source code
This commit is contained in:
parent
dcbd1550e9
commit
869f15ef3d
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
" Scan the following dirs (recursively for tags
|
||||
let g:project_tags_dirs = ['src/calibre']
|
||||
|
||||
" Include directories for C++ modules
|
||||
let g:syntastic_cpp_include_dirs = [
|
||||
\'/usr/include/python2.7',
|
||||
|
|
|
|||
Loading…
Reference in a new issue