Merge pull request #67160 from ldelelis/vim-plugins-shougo-defx

vimPlugins.defx-nvim: init at 2019-08-19
This commit is contained in:
Timo Kaufmann
2019-09-22 08:51:24 +00:00
committed by GitHub
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -166,6 +166,10 @@ self: super: {
'';
});
defx-nvim = super.defx-nvim.overrideAttrs(old: {
dependencies = with super; [ nvim-yarp ];
});
deoplete-fish = super.deoplete-fish.overrideAttrs(old: {
dependencies = with super; [ deoplete-nvim vim-fish ];
});