nvim: init.vim: Update gutentags ctags extra args
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
8da8cfb584
commit
b8bf6ac33a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue