vim-plugins/vim-niceblock: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:36:14 +01:00
parent d718644baf
commit e77a83b808
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -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
name = "latex-box-2015-06-01";
src = fetchgit {

View File

@ -240,6 +240,7 @@
"xterm-color-table"
"zeavim"
"github:elzr/vim-json"
"github:kana/vim-niceblock"
"github:rhysd/vim-operator-surround"
"github:chikatoike/concealedyank.vim"
"github:osyo-manga/vim-textobj-multiblock"