Files
neovim/runtime/lua/vim
Evgeni Chasnovski d01dc690e1 feat(pack): support textDocument/documentLink in confirmation buffer
Problem: In `vim.pack.update()` confirmation buffer it might be useful
  to be able to use `gx` (open link at cursor) when cursor is on
  something like commit or tag.

Solution: Add `textDocument/documentLink` method support for the
  in-process LSP. This may be used by LSP clients and makes `gx`
  automatically work.

  The shortcoming is that this requires tracking how to construct a URL
  from source and commit/tag. Currently only GitHub hosted repositories
  are supported.
2026-04-25 20:28:43 +03:00
..
2026-03-11 18:24:57 +01:00
2026-04-20 07:09:37 -04:00
2025-06-06 15:36:48 +01:00
2026-04-18 15:38:59 -04:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-04-12 14:17:50 +02:00
2026-04-18 15:38:59 -04:00