GNU bug report logs -
#56788
[PATCH] gnu: Add emacs-consult-lsp.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 26 Jul 2022 23:45:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-consult-lsp): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fa72f6c480..5d94b01532 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31924,6 +31924,29 @@ (define-public emacs-popon
can bind a popon to a specific buffer to only show on that buffer.")
(license license:gpl3+))))
+(define-public emacs-consult-lsp
+ (package
+ (name "emacs-consult-lsp")
+ (version "1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gagbo/consult-lsp")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "14dyclspkf1a34nvjj800ckz1phsizq07ps8k4x0ah6ik0hfhy1w"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-consult emacs-lsp-mode emacs-f))
+ (home-page "https://github.com/gagbo/consult-lsp/")
+ (synopsis "LSP-mode and consult helping each other")
+ (description
+"@code{emacs-consult-lsp} provides helpers for interactively selecting LSP
+workspace diagnostics, symbols, and file symbols from @{emacs-lsp-mode}
+by leveraging @code{emacs-consult} APIs.")
+ (license license:expat)))
+
(define-public emacs-bitbake-modes
(package
(name "emacs-bitbake-modes")
--
2.37.1
This bug report was last modified 2 years and 274 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.