[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57389] [PATCH 22/29] gnu: Add neovim-lspconfig.
From: |
( |
Subject: |
[bug#57389] [PATCH 22/29] gnu: Add neovim-lspconfig. |
Date: |
Wed, 24 Aug 2022 18:08:49 +0100 |
* gnu/packages/vim.scm (neovim-lspconfig): New variable.
---
gnu/packages/vim.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index d4642e26a9..61e1d9afac 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1796,3 +1796,28 @@ (define-public neovim-solarized8
(list #:install-plan
#~'(("colors" "share/nvim/site/pack/guix/start/solarized8/")
("doc" "share/nvim/site/pack/guix/start/solarized8/"))))))
+
+(define-public neovim-lspconfig
+ (package
+ (name "neovim-lspconfig")
+ (version "0.1.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/neovim/nvim-lspconfig")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32
+ "1x9b87d965q9a7a726dw6q6k0lady04acg0n4c1shjwin7cl6kx9"))))
+ (build-system copy-build-system)
+ (arguments
+ (list #:install-plan
+ #~'(("doc" "share/nvim/site/pack/guix/start/lspconfig/")
+ ("lua" "share/nvim/site/pack/guix/start/lspconfig/")
+ ("plugin" "share/nvim/site/pack/guix/start/lspconfig/"))))
+ (home-page "https;//github.com/neovim/nvim-lspconfig")
+ (synopsis "Default language server configurations for Neovim")
+ (description
+ "This package provides the canonical server configuration for
+Neovim's builtin LSP client.")
+ (license license:asl2.0)))
--
2.37.2
- [bug#57389] [PATCH 11/29] gnu: Add neovim-hare., (continued)
- [bug#57389] [PATCH 11/29] gnu: Add neovim-hare., (, 2022/08/24
- [bug#57389] [PATCH 14/29] gnu: Add neovim-cmp-lsp., (, 2022/08/24
- [bug#57389] [PATCH 17/29] gnu: Add neovim-markdown., (, 2022/08/24
- [bug#57389] [PATCH 16/29] gnu: Add vim-markdown., (, 2022/08/24
- [bug#57389] [PATCH 15/29] gnu: Add neovim-cmp-luasnip., (, 2022/08/24
- [bug#57389] [PATCH 12/29] gnu: Add neovim-luasnip., (, 2022/08/24
- [bug#57389] [PATCH 13/29] gnu: Add neovim-cmp., (, 2022/08/24
- [bug#57389] [PATCH 19/29] gnu: Add neovim-janet., (, 2022/08/24
- [bug#57389] [PATCH 21/29] gnu: Add neovim-solarized8., (, 2022/08/24
- [bug#57389] [PATCH 20/29] gnu: Add vim-solarized8., (, 2022/08/24
- [bug#57389] [PATCH 22/29] gnu: Add neovim-lspconfig.,
( <=
- [bug#57389] [PATCH 18/29] gnu: Add vim-janet., (, 2022/08/24
- [bug#57389] [PATCH 27/29] gnu: Add neovim-paredit., (, 2022/08/24
- [bug#57389] [PATCH 24/29] gnu: Add neovim-autopairs., (, 2022/08/24
- [bug#57389] [PATCH 28/29] gnu: Add vim-sexp., (, 2022/08/24
- [bug#57389] [PATCH 25/29] gnu: Add neovim-auto-save., (, 2022/08/24
- [bug#57389] [PATCH 29/29] gnu: Add neovim-sexp., (, 2022/08/24
- [bug#57389] [PATCH 26/29] gnu: vim-paredit: Update to c90dc16., (, 2022/08/24
- [bug#57389] [PATCH 23/29] gnu: Add neovim-lspsaga., (, 2022/08/24