Now nvim support clickable items in statusline / winbar (https://github.com/neovim/neovim/pull/18650), is it possible to add click support to each context of gps to jump to it?
Maybe expose the location of each context in gps.get_data function, or add an new property to opts table in gps.get_location function to support click.
Now nvim support clickable items in statusline / winbar (https://github.com/neovim/neovim/pull/18650), is it possible to add click support to each context of gps to jump to it?
Maybe expose the location of each context in
gps.get_data
function, or add an new property toopts
table ingps.get_location
function to support click.