vimPlugins.defx-nvim: init at 2019-08-19

This commit is contained in:
Lucio Delelis
2019-09-21 21:30:23 -03:00
parent 526b6182ee
commit fd90f361f7
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 ];
});