nvim: init.vim: Update gutentags ctags extra args

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-10-25 11:53:54 +05:30
parent 8da8cfb584
commit b8bf6ac33a

View file

@ -315,8 +315,10 @@ let g:gutentags_generate_on_write = 1
let g:gutentags_generate_on_empty_buffer = 0
let g:gutentags_ctags_extra_args = [
\ '--tag-relative=yes',
\ '--tag-relative=no',
\ '--fields=+ailmnS',
\ '--recurse',
\ '--if0=yes'
\ ]
" Automatically detect style file and apply style to formatting