vimPlugins.defx-icons: init at 2019-11-03

This commit is contained in:
ivann 2020-01-09 22:43:19 +01:00 committed by Jon
parent 441a181498
commit 1cc1e8423f
2 changed files with 12 additions and 0 deletions

View File

@ -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";

View File

@ -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