mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.vim-flatbuffers: init at 2018-10-11
This commit is contained in:
parent
2ca6c45e52
commit
349035ad3d
2 changed files with 12 additions and 0 deletions
|
@ -3511,6 +3511,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-flatbuffers = buildVimPluginFrom2Nix {
|
||||
pname = "vim-flatbuffers";
|
||||
version = "2018-10-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dcharbon";
|
||||
repo = "vim-flatbuffers";
|
||||
rev = "ecd75c33576d982f3c83545dff7b3c9245285e75";
|
||||
sha256 = "1mfi9als56cpfsz3s91hg3lci8zn7pr9s0l690wqh40vh57d1gxm";
|
||||
};
|
||||
};
|
||||
|
||||
vim-flutter = buildVimPluginFrom2Nix {
|
||||
pname = "vim-flutter";
|
||||
version = "2019-09-29";
|
||||
|
|
|
@ -57,6 +57,7 @@ dannyob/quickfixstatus
|
|||
darfink/starsearch.vim
|
||||
dart-lang/dart-vim-plugin
|
||||
davidhalter/jedi-vim
|
||||
dcharbon/vim-flatbuffers
|
||||
deoplete-plugins/deoplete-dictionary
|
||||
deoplete-plugins/deoplete-jedi
|
||||
derekelkins/agda-vim
|
||||
|
|
Loading…
Reference in a new issue