Merge pull request #45311 from Thra11/vim-lastplace

vim-lastplace: init at 2017-06-13
This commit is contained in:
Daiderd Jordan 2018-08-19 13:32:53 +02:00 committed by GitHub
commit 7efb1828ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -1029,6 +1029,17 @@ self = rec {
};
vim-lastplace = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-lastplace-2017-06-13";
src = fetchgit {
url = "https://github.com/farmergreg/vim-lastplace";
rev = "102b68348eff0d639ce88c5094dab0fdbe4f7c55";
sha256 = "1d0mjjyissjvl80wgmn7z1gsjs3fhk0vnmx84l9q7g04ql4l9pja";
};
dependencies = [];
};
vim-go = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-go-2018-07-22";
src = fetchgit {

View File

@ -50,6 +50,7 @@
"github:ensime/ensime-vim"
"github:ervandew/supertab"
"github:esneider/YUNOcommit.vim"
"github:farmergreg/vim-lastplace"
"github:fatih/vim-go"
"github:FelikZ/ctrlp-py-matcher"
"github:fisadev/vim-isort"