vim-plugins/vim-operator-user: init
This commit is contained in:
parent
5fa0183d00
commit
4d5acac34b
@ -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
|
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-operator-user"
|
||||||
"github:kana/vim-niceblock"
|
"github:kana/vim-niceblock"
|
||||||
"github:kana/vim-operator-replace"
|
"github:kana/vim-operator-replace"
|
||||||
"github:rhysd/vim-operator-surround"
|
"github:rhysd/vim-operator-surround"
|
||||||
|
Loading…
Reference in New Issue
Block a user