Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 20:26:08 +0000
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdc0caac3577 - main - devel/ctags-lsp: Point users to usage instructions
Message-ID:  <69f3bae0.4224b.278419a0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cdc0caac3577c9f992c5cce101f220f53397fbe4

commit cdc0caac3577c9f992c5cce101f220f53397fbe4
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2026-04-30 20:24:52 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2026-04-30 20:24:52 +0000

    devel/ctags-lsp: Point users to usage instructions
    
    The WWW has examples to enable ctags-lsp in Neovim and Helix. Call
    that out in the pkg-message.
---
 devel/ctags-lsp/pkg-message | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/ctags-lsp/pkg-message b/devel/ctags-lsp/pkg-message
index bab618cb2b65..89cee95e2d5b 100644
--- a/devel/ctags-lsp/pkg-message
+++ b/devel/ctags-lsp/pkg-message
@@ -3,6 +3,9 @@
 message: <<EOM
 ctags-lsp requires universal-ctags built with the JSON option enabled.
 That option is enabled by default, and is enabled in the pkg from FreeBSD.
+
+See the GitHub project page (https://github.com/netmute/ctags-lsp) for
+instructions for some common LSP-speaking editors.
 EOM
 }
 ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3bae0.4224b.278419a0>