1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

vim-plugins/vim-scouter init

This commit is contained in:
Anders Sildnes 2018-01-16 16:51:02 +01:00
parent 5f891a72b5
commit 14329d3035
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -2638,6 +2638,17 @@ rec {
};
vim-scouter = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-scouter-2014-08-10";
src = fetchgit {
url = "git://github.com/thinca/vim-scouter";
rev = "5221901d4ad6b2ef8b370b336db2aa7f69f2b6dc";
sha256 = "0fx64hj1kzrsxz96195d5lm3x88zyycbcr78819mcbgfzyxis6b8";
};
dependencies = [];
};
vim-signature = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-signature-2017-09-24";
src = fetchgit {

View file

@ -216,6 +216,7 @@
"vim-iced-coffee-script"
"vim-latex-live-preview"
"vim-multiple-cursors"
"vim-scouter"
"vim-signature"
"vim-signify"
"vim-snippets"