mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
vimPlugins.defx-icons: init at 2019-11-03
This commit is contained in:
parent
441a181498
commit
1cc1e8423f
@ -808,6 +808,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
defx-icons = buildVimPluginFrom2Nix {
|
||||
pname = "defx-icons";
|
||||
version = "2019-11-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "kristijanhusak";
|
||||
repo = "defx-icons";
|
||||
rev = "1412fd083eb54ffedb4f3ae32ddc7ce28613a144";
|
||||
sha256 = "1x0xpixbmxm15g5nmsslccdngm14sg86ymy6mywg9xfbnrh1vn0p";
|
||||
};
|
||||
};
|
||||
|
||||
defx-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "defx-nvim";
|
||||
version = "2020-01-02";
|
||||
|
@ -193,6 +193,7 @@ KeitaNakamura/neodark.vim
|
||||
keith/swift.vim
|
||||
kien/rainbow_parentheses.vim
|
||||
konfekt/fastfold
|
||||
kristijanhusak/defx-icons
|
||||
kristijanhusak/vim-hybrid-material
|
||||
kshenoy/vim-signature
|
||||
lambdalisue/vim-gista
|
||||
|
Loading…
Reference in New Issue
Block a user