about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorTimothy DeHerrera <tim.deh@pm.me>2019-09-03 14:54:37 -0600
committerAristid Breitkreuz <aristidb@gmail.com>2019-09-03 22:54:37 +0200
commit0b32fe2d7ed70d42e5ed9dd82b79f4126e67555c (patch)
tree2620a6dd7b075a9f4bd4ec4775b92fda0bb5caa2 /maintainers
parent060909994383c38bea83a488f289413e874c6cf9 (diff)
kakounePlugins: Add 5 kakoune plugins (#67593)
* kakounePlugins: Add 5 kakoune plugins

Should be compatible with
https://github.com/NixOS/nixpkgs/pull/64310

* kak-auto-pairs: for automatic closing of pairs
* kak-buffers: for easier buffer management
* kak-fzf: for fzf integration
* kak-powerline: for a prettier modeline
* kak-vertical-selection: for easy vertical selections

* kakounePlugins: alphabetize package list

* kakounePlugins.kak-fzf: add ability to choose between fzf/skim

* kakounePlugins.kak-powerline: substitute full path to git binary
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/maintainer-list.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 8e99854335e22..e42bc722804b5 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -4604,6 +4604,12 @@
     githubId = 9939720;
     name = "Philippe Nguyen";
   };
+  nrdxp = {
+    email = "tim.deh@pm.me";
+    github = "nrdxp";
+    githubId = 34083928;
+    name = "Tim DeHerrera";
+  };
   nshalman = {
     email = "nahamu@gmail.com";
     github = "nshalman";