hewes / unite-gtags

Unite source for GNU GLOBAL
Other
60 stars 10 forks source link

How to use gtags_libpath and check if it is set as expected? #6

Open keitee opened 8 years ago

keitee commented 8 years ago

Hello,

Thanks for your work first of all. It's rather question as tried to set gtags_libpath as noted but it doesn't seem to work for me. The setting I used in vimrc:

let g:unite_source_gtags_project_config = { \ 'gtags_libpath': ['/home/gtags-target/'] \ }

Is it right to use?

Also please advise how to set "treelize" as well in one configuration.

" let g:unite_source_gtags_projectconfig = { " \ '': { 'treelize': 1 } " \ }

Many thanks.

hewes commented 8 years ago

Please execute below and check result.

:echo unite#libs#gtags#get_project_config("gtags_libpath")
:echo unite#libs#gtags#get_project_config("treelize")