mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vim-plugins/vim-operator-user: init
This commit is contained in:
parent
5fa0183d00
commit
4d5acac34b
2 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue