vimPlugins.defx-nvim: init at 2019-08-19
This commit is contained in:
@@ -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 ];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user