mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
vim-plugins/vim-niceblock: init
This commit is contained in:
parent
d718644baf
commit
e77a83b808
@ -1266,6 +1266,17 @@ rec {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-niceblock = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "vim-niceblock-2015-08-22";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://github.com/kana/vim-niceblock";
|
||||||
|
rev = "03c59f648fcadd415fc91d7b100cf48bd0a55fac";
|
||||||
|
sha256 = "05p3xr61v3infi07r9ahr30190kamgdjxkjjlawbqnrn8pv9fws4";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
latex-box = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
latex-box = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "latex-box-2015-06-01";
|
name = "latex-box-2015-06-01";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -240,6 +240,7 @@
|
|||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
"github:elzr/vim-json"
|
"github:elzr/vim-json"
|
||||||
|
"github:kana/vim-niceblock"
|
||||||
"github:rhysd/vim-operator-surround"
|
"github:rhysd/vim-operator-surround"
|
||||||
"github:chikatoike/concealedyank.vim"
|
"github:chikatoike/concealedyank.vim"
|
||||||
"github:osyo-manga/vim-textobj-multiblock"
|
"github:osyo-manga/vim-textobj-multiblock"
|
||||||
|
Loading…
Reference in New Issue
Block a user