about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-02-24 22:54:31 +0200
committerGitHub <noreply@github.com>2024-02-24 22:54:31 +0200
commit77bd4cc2a09d75580708caaf54bc5117119bec9c (patch)
treef4a7c388643b2d15029034ff4fd9219d88cd9d0d /pkgs/applications/editors
parent037f68e395734912fd7927c8fd693e5f82c6c3b7 (diff)
parent998fdbed6194277be298341366f296b526b3da66 (diff)
downloadnixlib-77bd4cc2a09d75580708caaf54bc5117119bec9c.tar
nixlib-77bd4cc2a09d75580708caaf54bc5117119bec9c.tar.gz
nixlib-77bd4cc2a09d75580708caaf54bc5117119bec9c.tar.bz2
nixlib-77bd4cc2a09d75580708caaf54bc5117119bec9c.tar.lz
nixlib-77bd4cc2a09d75580708caaf54bc5117119bec9c.tar.xz
nixlib-77bd4cc2a09d75580708caaf54bc5117119bec9c.tar.zst
nixlib-77bd4cc2a09d75580708caaf54bc5117119bec9c.zip
Merge pull request #283872 from hmajid2301/add-animation
vimPlugins.animations-nvim: init at 2022-09-18
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index acf2363075dd..d89ca909fa59 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -617,6 +617,18 @@ final: prev:
     meta.homepage = "https://github.com/goolord/alpha-nvim/";
   };
 
+  animation-nvim = buildVimPlugin {
+    pname = "animation.nvim";
+    version = "2022-09-18";
+    src = fetchFromGitHub {
+      owner = "anuvyklack";
+      repo = "animation.nvim";
+      rev = "fb77091ab72ec9971aee0562e7081182527aaa6a";
+      sha256 = "0yaxp3l33af1k6na0jikwmr0nxk862ihpq8r0042mll1ily7689b";
+    };
+    meta.homepage = "https://github.com/anuvyklack/animation.nvim/";
+  };
+
   aniseed = buildVimPlugin {
     pname = "aniseed";
     version = "2023-07-06";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 8edaa88adb13..4565ca91925a 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -50,6 +50,7 @@ https://github.com/slashmili/alchemist.vim/,,
 https://github.com/dense-analysis/ale/,,
 https://github.com/vim-scripts/align/,,
 https://github.com/goolord/alpha-nvim/,HEAD,
+https://github.com/anuvyklack/animation.nvim/,HEAD,
 https://github.com/Olical/aniseed/,,
 https://github.com/pearofducks/ansible-vim/,,
 https://github.com/ckarnell/antonys-macro-repeater/,,