use dedicated tags folder for gutentags

This commit is contained in:
Thomas Ruoff
2016-11-22 17:47:59 +01:00
parent 156df55a06
commit 197c6e50c0

2
vimrc
View File

@@ -274,6 +274,8 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
"
"" gutentags
let g:gutentags_cache_dir="~/.tags"
let g:gutentags_file_list_command = {
\ 'markers': {
\ '.git': 'git ls-files',