vim-plugins/vim-operator-user: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:37:50 +01:00
parent 5fa0183d00
commit 4d5acac34b
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -1288,6 +1288,17 @@ rec {
};
vim-operator-user = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-operator-user-2015-02-17";
src = fetchgit {
url = "https://github.com/kana/vim-operator-user";
rev = "c3dfd41c1ed516b4b901c97562e644de62c367aa";
sha256 = "16y2fyrmwg4vkcl85i8xg8s6m39ca2jvgi9qm36b3vzbnkcifafb";
};
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-operator-user"
"github:kana/vim-niceblock"
"github:kana/vim-operator-replace"
"github:rhysd/vim-operator-surround"