vimPlugins.robotframework-vim: init at 2017-04-14
This commit is contained in:
parent
cee657f9a3
commit
d757d8142e
2 changed files with 12 additions and 0 deletions
|
@ -1173,6 +1173,17 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
robotframework-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "robotframework-vim-2017-04-14";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://github.com/mfukar/robotframework-vim";
|
||||||
|
rev = "75d5b371a4da2a090a2872d55bd0dead013f334e";
|
||||||
|
sha256 = "091ac5rq6f1a7j2q3dy9rc00vckv21m4wd29ijj63jannr02v5ad";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
vim-startify = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
vim-startify = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-startify-2017-06-15";
|
name = "vim-startify-2017-06-15";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -92,6 +92,7 @@
|
||||||
"github:martinda/Jenkinsfile-vim-syntax"
|
"github:martinda/Jenkinsfile-vim-syntax"
|
||||||
"github:megaannum/forms"
|
"github:megaannum/forms"
|
||||||
"github:megaannum/self"
|
"github:megaannum/self"
|
||||||
|
"github:mfukar/robotframework-vim"
|
||||||
"github:mhinz/vim-startify"
|
"github:mhinz/vim-startify"
|
||||||
"github:michaeljsmith/vim-indent-object"
|
"github:michaeljsmith/vim-indent-object"
|
||||||
"github:mileszs/ack.vim"
|
"github:mileszs/ack.vim"
|
||||||
|
|
Loading…
Reference in a new issue