vimPlugins.asyncomplete-vim: init at 2020-08-09
This commit is contained in:
parent
258cbe62f7
commit
10e2e5be30
@ -135,6 +135,18 @@ let
|
|||||||
meta.homepage = "https://github.com/vim-scripts/argtextobj.vim/";
|
meta.homepage = "https://github.com/vim-scripts/argtextobj.vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
asyncomplete-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "asyncomplete-vim";
|
||||||
|
version = "2020-08-09";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "prabirshrestha";
|
||||||
|
repo = "asyncomplete.vim";
|
||||||
|
rev = "0d4ec1805d50fd39b8b41626e0761736feb307d0";
|
||||||
|
sha256 = "0lcqdh51fd8lx1g02dcwrfnnx3zfm71g57nv2pmin5ap7qgh8kir";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/prabirshrestha/asyncomplete.vim/";
|
||||||
|
};
|
||||||
|
|
||||||
ats-vim = buildVimPluginFrom2Nix {
|
ats-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "ats-vim";
|
pname = "ats-vim";
|
||||||
version = "2020-09-04";
|
version = "2020-09-04";
|
||||||
|
@ -390,6 +390,7 @@ ponko2/deoplete-fish
|
|||||||
posva/vim-vue
|
posva/vim-vue
|
||||||
powerman/vim-plugin-AnsiEsc
|
powerman/vim-plugin-AnsiEsc
|
||||||
PProvost/vim-ps1
|
PProvost/vim-ps1
|
||||||
|
prabirshrestha/asyncomplete.vim
|
||||||
prabirshrestha/vim-lsp
|
prabirshrestha/vim-lsp
|
||||||
preservim/nerdcommenter
|
preservim/nerdcommenter
|
||||||
preservim/nerdtree
|
preservim/nerdtree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user