GNU bug report logs -
#51159
[PATCH] gnu: Add vim-nerdcommenter
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/vim.scm (vim-nerdcommenter): New variable.
---
gnu/packages/vim.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 8792e178ab..2ff043cd9c 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1295,3 +1295,32 @@ a sidebar that displays the ctags-generated tags of the current file, ordered
by their scope. This means that for example methods in C++ are displayed under
the class they are defined in.")
(license license:vim)))
+
+(define-public vim-nerdcommenter
+ (let ((commit "a65465d321f2f8a74b2ffa540b9b87563f7e12e8")
+ (revision "1"))
+ (package
+ (name "vim-nerdcommenter")
+ (version (git-version "2.5.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/preservim/nerdcommenter")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00ir65iv8jfbgzjmj7332fmydh0qhabbhx8zbvd3j6pgfxqpaafw"))))
+ (build-system copy-build-system)
+ (arguments
+ '(#:install-plan
+ '(("autoload" "share/vim/vimfiles/")
+ ("doc" "share/vim/vimfiles/")
+ ("plugin" "share/vim/vimfiles/"))))
+ (home-page "https://github.com/preservim/nerdcommenter")
+ (synopsis "Vim plugin for easy commenting of code")
+ (description
+ "NERD commenter is a Vim plugin that provides many different commenting
+operations and styles which are invoked via key mappings and a menu. These
+operations are available for most filetypes.")
+ (license license:cc0))))
base-commit: f3d5d572debe59839afe29683965c6df39cb782c
--
2.25.1
This bug report was last modified 3 years and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.