vimPlugins.deoplete-github: init at 2018-03-04
This commit is contained in:
parent
6bb6882e31
commit
1e20ec8835
@ -963,6 +963,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deoplete-github = buildVimPluginFrom2Nix {
|
||||||
|
pname = "deoplete-github";
|
||||||
|
version = "2018-03-04";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "SevereOverfl0w";
|
||||||
|
repo = "deoplete-github";
|
||||||
|
rev = "8e30256e50b3914a7e57ea4d5976b6a499fb936f";
|
||||||
|
sha256 = "11n15nqi417sdcqgb6gkk6z4wrrdd8vdbd7wzqpg41140c73v5gm";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
deoplete-go = buildVimPluginFrom2Nix {
|
deoplete-go = buildVimPluginFrom2Nix {
|
||||||
pname = "deoplete-go";
|
pname = "deoplete-go";
|
||||||
version = "2020-01-01";
|
version = "2020-01-01";
|
||||||
|
@ -398,6 +398,7 @@ scrooloose/nerdcommenter
|
|||||||
scrooloose/nerdtree
|
scrooloose/nerdtree
|
||||||
scrooloose/syntastic
|
scrooloose/syntastic
|
||||||
sebastianmarkow/deoplete-rust
|
sebastianmarkow/deoplete-rust
|
||||||
|
SevereOverfl0w/deoplete-github
|
||||||
sheerun/vim-polyglot
|
sheerun/vim-polyglot
|
||||||
Shougo/context_filetype.vim
|
Shougo/context_filetype.vim
|
||||||
Shougo/defx.nvim
|
Shougo/defx.nvim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user