vimrc: removed dead ctag options
This commit is contained in:
parent
90e3b67827
commit
60a15ad87e
1 changed files with 0 additions and 3 deletions
3
.vimrc
3
.vimrc
|
@ -71,10 +71,7 @@ let g:gutentags_generate_on_write = 1
|
|||
let g:gutentags_generate_on_empty_buffer = 0
|
||||
let g:gutentags_ctags_extra_args = [
|
||||
\ '--tag-relative=yes',
|
||||
\ '--quiet=yes',
|
||||
\ '--c++-kinds=+UA',
|
||||
\ '--fields=+SailmnKz',
|
||||
\ '--extras=+qf',
|
||||
\ '--exclude=@.gitignore',
|
||||
\ ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue