GNU bug report logs -
#57389
[PATCH 00/29] Vim plugin additions and updates
Previous Next
Full log
Message #74 received at 57389 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/vim.scm (neovim-lspsaga): New variables.
---
gnu/packages/vim.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 61e1d9afac..074b1ef541 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1821,3 +1821,29 @@ (define-public neovim-lspconfig
"This package provides the canonical server configuration for
Neovim's builtin LSP client.")
(license license:asl2.0)))
+
+(define-public neovim-lspsaga
+ (let ((commit "9ec569a49aa7ff265764081acff9e5da839c13fe")
+ (revision "0"))
+ (package
+ (name "neovim-lspsaga")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tami5/lspsaga.nvim")
+ (commit commit)))
+ (sha256
+ (base32
+ "1h4r63na7n18pnfbl0n3x7pkfm1pd01zz2h0py6pxd1az6il9dng"))))
+ (build-system copy-build-system)
+ (arguments
+ (list #:install-plan
+ #~'(("lua" "share/nvim/site/pack/guix/start/lspsaga/")
+ ("plugin" "share/nvim/site/pack/guix/start/lspsaga/"))))
+ (home-page "https://github.com/tami5/lspsaga.nvim")
+ (synopsis "User interface for Neovim LSP")
+ (description
+ "This package provides a fancy user interface for the Neovim
+language server protocol client.")
+ (license license:expat))))
--
2.37.2
This bug report was last modified 164 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.