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.
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.