vimPlugins.vim-trailing-whitespace init at 2016-03-27

This commit is contained in:
Jörg Thalheim 2017-04-23 07:49:04 +02:00
parent e57a4f3827
commit cccd8420c5
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA
2 changed files with 12 additions and 0 deletions

View file

@ -525,6 +525,17 @@ rec {
};
vim-trailing-whitespace = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-trailing-whitespace-2016-03-27";
src = fetchgit {
url = "https://github.com/bronson/vim-trailing-whitespace";
rev = "733fb64337b6da4a51c85a43450cd620d8b617b5";
sha256 = "1469bd744lf8vk1nnw7kyq4ahpw84crp614mkpq88cs6rhvjhcyw";
};
dependencies = [];
};
vim-sort-motion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-sort-motion-2017-01-28";
src = fetchgit {

View file

@ -33,6 +33,7 @@
"github:bbchung/clighter8"
"github:benekastah/neomake"
"github:bitc/vim-hdevtools"
"github:bronson/vim-trailing-whitespace"
"github:christoomey/vim-sort-motion"
"github:christoomey/vim-tmux-navigator"
"github:ctjhoa/spacevim"