mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
vimPlugins.deoplete-vim-lsp: init at 2020-07-24
This commit is contained in:
parent
55c5ee95d0
commit
a1871050cc
|
@ -1350,6 +1350,18 @@ let
|
|||
meta.homepage = "https://github.com/carlitux/deoplete-ternjs/";
|
||||
};
|
||||
|
||||
deoplete-vim-lsp = buildVimPluginFrom2Nix {
|
||||
pname = "deoplete-vim-lsp";
|
||||
version = "2020-07-24";
|
||||
src = fetchFromGitHub {
|
||||
owner = "lighttiger2505";
|
||||
repo = "deoplete-vim-lsp";
|
||||
rev = "2ea06074dc07c67ccffc24b976b92e17e9d795d1";
|
||||
sha256 = "03rpw1z5fgglba7vymi3ln810nh5x3x9hjqlm41shdik9pgmg867";
|
||||
};
|
||||
meta.homepage = "https://github.com/lighttiger2505/deoplete-vim-lsp/";
|
||||
};
|
||||
|
||||
deoplete-zsh = buildVimPluginFrom2Nix {
|
||||
pname = "deoplete-zsh";
|
||||
version = "2019-11-10";
|
||||
|
|
|
@ -249,6 +249,7 @@ lepture/vim-jinja
|
|||
lervag/vimtex
|
||||
lfilho/cosco.vim
|
||||
lifepillar/vim-mucomplete
|
||||
lighttiger2505/deoplete-vim-lsp
|
||||
lilydjwg/colorizer
|
||||
liuchengxu/vim-clap
|
||||
liuchengxu/vim-which-key
|
||||
|
|
Loading…
Reference in a new issue