vimPlugins.deoplete-lsp: init at 2018-12-05
This commit is contained in:
parent
a0ee7a59fd
commit
3c4c2d718c
@ -514,6 +514,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
deoplete-lsp = buildVimPluginFrom2Nix {
|
||||||
|
pname = "deoplete-lsp";
|
||||||
|
version = "2018-12-05";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Shougo";
|
||||||
|
repo = "deoplete-lsp";
|
||||||
|
rev = "c4837884f61a7699f328fb05b93bed0b6395dd70";
|
||||||
|
sha256 = "0ahfffpmc62pqnplm0lmzpam420i578rvyi7zda21nqlir9a53ij";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
deoplete-rust = buildVimPluginFrom2Nix {
|
deoplete-rust = buildVimPluginFrom2Nix {
|
||||||
pname = "deoplete-rust";
|
pname = "deoplete-rust";
|
||||||
version = "2017-07-18";
|
version = "2017-07-18";
|
||||||
|
@ -288,6 +288,7 @@ sheerun/vim-polyglot
|
|||||||
Shougo/context_filetype.vim
|
Shougo/context_filetype.vim
|
||||||
Shougo/denite.nvim
|
Shougo/denite.nvim
|
||||||
Shougo/deol.nvim
|
Shougo/deol.nvim
|
||||||
|
Shougo/deoplete-lsp
|
||||||
Shougo/deoplete.nvim
|
Shougo/deoplete.nvim
|
||||||
Shougo/echodoc.vim
|
Shougo/echodoc.vim
|
||||||
Shougo/neco-syntax
|
Shougo/neco-syntax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user