forked from mirrors/nixpkgs
vimPlugins.vim-devicons: init at 2017-05-29
This commit is contained in:
parent
9b985dfb2f
commit
e477fa94b5
2 changed files with 12 additions and 0 deletions
|
@ -1374,6 +1374,17 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-devicons = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "vim-devicons-2017-05-29";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://github.com/ryanoasis/vim-devicons";
|
||||||
|
rev = "153266275acc4f4615407a18e90f58780ebaef92";
|
||||||
|
sha256 = "1zjrra0q5c7lmgxzlz7ddd7vi6k2vhz69fdy2s7d873nnmmd7kgn";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
neoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
neoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "neoformat-2017-07-22";
|
name = "neoformat-2017-07-22";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -108,6 +108,7 @@
|
||||||
"github:raichoo/purescript-vim"
|
"github:raichoo/purescript-vim"
|
||||||
"github:rhysd/vim-grammarous"
|
"github:rhysd/vim-grammarous"
|
||||||
"github:rodjek/vim-puppet"
|
"github:rodjek/vim-puppet"
|
||||||
|
"github:ryanoasis/vim-devicons"
|
||||||
"github:rust-lang/rust.vim"
|
"github:rust-lang/rust.vim"
|
||||||
"github:sbdchd/neoformat"
|
"github:sbdchd/neoformat"
|
||||||
"github:sebastianmarkow/deoplete-rust"
|
"github:sebastianmarkow/deoplete-rust"
|
||||||
|
|
Loading…
Add table
Reference in a new issue