Skip to content

Commit

Permalink
vimPlugins.defx-icons: init at 2019-11-03
Browse files Browse the repository at this point in the history
  • Loading branch information
iv-nn authored and Jon committed Jan 9, 2020
1 parent 441a181 commit 1cc1e84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -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
Expand Down

0 comments on commit 1cc1e84

Please sign in to comment.