vimPlugins.vim-trailing-whitespace init at 2016-03-27
This commit is contained in:
parent
e57a4f3827
commit
cccd8420c5
|
@ -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
|
vim-sort-motion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-sort-motion-2017-01-28";
|
name = "vim-sort-motion-2017-01-28";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
"github:bbchung/clighter8"
|
"github:bbchung/clighter8"
|
||||||
"github:benekastah/neomake"
|
"github:benekastah/neomake"
|
||||||
"github:bitc/vim-hdevtools"
|
"github:bitc/vim-hdevtools"
|
||||||
|
"github:bronson/vim-trailing-whitespace"
|
||||||
"github:christoomey/vim-sort-motion"
|
"github:christoomey/vim-sort-motion"
|
||||||
"github:christoomey/vim-tmux-navigator"
|
"github:christoomey/vim-tmux-navigator"
|
||||||
"github:ctjhoa/spacevim"
|
"github:ctjhoa/spacevim"
|
||||||
|
|
Loading…
Reference in New Issue