mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
vimPlugins.dart-vim-plugin: init at 2019-05-04
This commit is contained in:
parent
3ed9ac70e9
commit
fa3954073a
2 changed files with 12 additions and 0 deletions
|
@ -401,6 +401,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
dart-vim-plugin = buildVimPluginFrom2Nix {
|
||||
pname = "dart-vim-plugin";
|
||||
version = "2019-05-04";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dart-lang";
|
||||
repo = "dart-vim-plugin";
|
||||
rev = "8ffc3e208c282f19afa237d343fa1533146bd2b4";
|
||||
sha256 = "1ypcn3212d7gzfgvarrsma0pvaial692f3m2c0blyr1q83al1pm8";
|
||||
};
|
||||
};
|
||||
|
||||
denite-extra = buildVimPluginFrom2Nix {
|
||||
pname = "denite-extra";
|
||||
version = "2019-03-29";
|
||||
|
|
|
@ -47,6 +47,7 @@ ctrlpvim/ctrlp.vim
|
|||
dag/vim-fish
|
||||
dag/vim2hs
|
||||
dannyob/quickfixstatus
|
||||
dart-lang/dart-vim-plugin
|
||||
davidhalter/jedi-vim
|
||||
deoplete-plugins/deoplete-jedi
|
||||
derekelkins/agda-vim
|
||||
|
|
Loading…
Reference in a new issue