vimPlugins.windows-nvim: update overrides

This commit is contained in:
Haseeb Majid
2024-03-06 13:57:03 +01:00
committed by Matthieu Coudron
parent aa194f3efe
commit ee6922fc7d
@@ -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 ];
};