vimPlugins.deoplete-lsp: init at 2018-12-05

This commit is contained in:
Paul Reimer 2019-07-01 17:14:48 -07:00
parent a0ee7a59fd
commit 3c4c2d718c
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
2 changed files with 12 additions and 0 deletions

View File

@ -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 {
pname = "deoplete-rust";
version = "2017-07-18";

View File

@ -288,6 +288,7 @@ sheerun/vim-polyglot
Shougo/context_filetype.vim
Shougo/denite.nvim
Shougo/deol.nvim
Shougo/deoplete-lsp
Shougo/deoplete.nvim
Shougo/echodoc.vim
Shougo/neco-syntax