mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
vimPlugins.ncm2-jedi: init at 2018-07-18
This commit is contained in:
parent
1e25b748fa
commit
ce7899bea5
@ -880,6 +880,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
ncm2-jedi = buildVimPluginFrom2Nix {
|
||||
name = "ncm2-jedi-2018-07-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ncm2";
|
||||
repo = "ncm2-jedi";
|
||||
rev = "0418d5ca8d4fe6996500eb04517a946f7de83d34";
|
||||
sha256 = "1rbwxsycrn3nis9mj08k70hb174z7cw9p610r6nd8lv4zk1h341z";
|
||||
};
|
||||
};
|
||||
|
||||
ncm2-path = buildVimPluginFrom2Nix {
|
||||
name = "ncm2-path-2018-09-12";
|
||||
src = fetchFromGitHub {
|
||||
|
@ -177,6 +177,11 @@ with generated;
|
||||
dependencies = ["nvim-yarp"];
|
||||
});
|
||||
|
||||
ncm2-jedi = ncm2-jedi.overrideAttrs(old: {
|
||||
dependencies = ["nvim-yarp" "ncm2"];
|
||||
passthru.python3Dependencies = ps: with ps; [ jedi ];
|
||||
});
|
||||
|
||||
ncm2-ultisnips = ncm2-ultisnips.overrideAttrs(old: {
|
||||
dependencies = ["ultisnips"];
|
||||
});
|
||||
|
@ -197,6 +197,7 @@ navicore/vissort.vim
|
||||
nbouscal/vim-stylish-haskell
|
||||
ncm2/ncm2
|
||||
ncm2/ncm2-bufword
|
||||
ncm2/ncm2-jedi
|
||||
ncm2/ncm2-path
|
||||
ncm2/ncm2-tmux
|
||||
ncm2/ncm2-ultisnips
|
||||
|
Loading…
Reference in New Issue
Block a user