Files
kak-lsp/_service
Soc Virnyl Estela 7e7c59b5d0 - Update to version 19.0.1:
* v19.0.1
  * Don't print Hover: prefix if there are no diagnostics
  * Changelog for regression fix
  * Fix lsp-find-error incorrectly handling --previous flag
  * ci/commit-new-release.sh: support jj
  * start new cycle

OBS-URL: https://build.opensuse.org/package/show/editors/kak-lsp?expand=0&rev=54
2026-02-15 05:22:12 +00:00

15 lines
625 B
Plaintext

<services>
<service mode="manual" name="cargo_vendor">
<param name="method">registry</param>
<param name="url">https://github.com/kakoune-lsp/kakoune-lsp.git</param>
<param name="versionrewriteregex">^v?(.*)</param>
<param name="versionrewritepattern">${1}</param>
<param name="revision">v19.0.1</param>
<param name="changesgenerate">true</param>
<param name="set-name">kak-lsp</param>
<param name="changesauthor">Soc Virnyl Estela</param>
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
<param name="changesoutfile">kak-lsp.changes</param>
</service>
</services>