Browse Source

Add sane defaults for git-gutentags

Alois Mahdal 4 years ago
parent
commit
50b55e552a
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      dotfiles/vim/vimrc

+ 3
- 0
dotfiles/vim/vimrc View File

@@ -8,6 +8,9 @@ execute pathogen#infect()
8 8
 let g:netrw_banner=0
9 9
 let g:netrw_liststyle=3
10 10
 
11
+let g:gutentags_exclude_project_root=['/home/amahdal/vcs.tests/distribution']
12
+let g:gutentags_ctags_tagfile='.git/tags'
13
+
11 14
 let g:local_vimrc=".vimrc_local.vim"
12 15
 let python_highlight_all = 1
13 16
 let g:vim_markdown_folding_disabled=1