vim-denite-ghq is a Vim plugin. This plugin is a source for denite.nvim to deal with ghq.
This plugin depends on:
Latest: https://github.com/Jagua/vim-denite-ghq
:Denite ghq
You can change ghq option as follows example.
" Use vcs option
call denite#custom#var('ghq', 'command',
\ ['ghq', 'list', '--full-path', '--vcs', 'git'])