about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorHaseeb Majid <hello@haseebmajid.dev>2024-02-25 09:59:15 +0000
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-03-06 13:57:03 +0100
commitee6922fc7dd9523fa98a53e87169d318c1120149 (patch)
tree3611739cbfa7bb5dc1903bf080a6c8dc40aa13be /pkgs/applications/editors/vim
parentaa194f3efe93078a3e697d42cdf4bdc14533e0f3 (diff)
downloadnixlib-ee6922fc7dd9523fa98a53e87169d318c1120149.tar
nixlib-ee6922fc7dd9523fa98a53e87169d318c1120149.tar.gz
nixlib-ee6922fc7dd9523fa98a53e87169d318c1120149.tar.bz2
nixlib-ee6922fc7dd9523fa98a53e87169d318c1120149.tar.lz
nixlib-ee6922fc7dd9523fa98a53e87169d318c1120149.tar.xz
nixlib-ee6922fc7dd9523fa98a53e87169d318c1120149.tar.zst
nixlib-ee6922fc7dd9523fa98a53e87169d318c1120149.zip
vimPlugins.windows-nvim: update overrides
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index ab4d9a594867..f278070e4550 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1782,6 +1782,10 @@
     dependencies = with self; [ vimwiki fzf-vim ];
   };
 
+  windows-nvim = super.windows-nvim.overrideAttrs {
+    dependencies = with self; [ luaPackages.middleclass animation-nvim ];
+  };
+
   wtf-nvim = super.wtf-nvim.overrideAttrs {
     dependencies = with self; [ nui-nvim ];
   };