Merge pull request #38901 from juliendehos/julia-vim

julia-vim: init at 2018-03-27
This commit is contained in:
Jörg Thalheim 2018-04-13 14:56:49 +01:00 committed by GitHub
commit d55ebcf602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -1500,6 +1500,17 @@ rec {
postInstall = false;
};
julia-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "julia-vim-2018-03-27";
src = fetchgit {
url = "https://github.com/JuliaEditorSupport/julia-vim";
rev = "4593c8b1ffe20022677e524487c8554d96cf8f84";
sha256 = "0yrdzkxyg6cg2i4bd6bqbq0w63hssh3nd0f0qnfl7v5pkq9yba4w";
};
dependencies = [];
};
fzf-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "fzf-vim-2018-03-09";
src = fetchgit {

View File

@ -87,6 +87,7 @@
"github:jnurmine/zenburn"
"github:jonbri/vim-colorstepper"
"github:joonty/vim-xdebug"
"github:JuliaEditorSupport/julia-vim"
"github:junegunn/fzf.vim"
"github:junegunn/goyo.vim"
"github:junegunn/limelight.vim"