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/";
|
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 {
|
deoplete-zsh = buildVimPluginFrom2Nix {
|
||||||
pname = "deoplete-zsh";
|
pname = "deoplete-zsh";
|
||||||
version = "2019-11-10";
|
version = "2019-11-10";
|
||||||
|
@ -249,6 +249,7 @@ lepture/vim-jinja
|
|||||||
lervag/vimtex
|
lervag/vimtex
|
||||||
lfilho/cosco.vim
|
lfilho/cosco.vim
|
||||||
lifepillar/vim-mucomplete
|
lifepillar/vim-mucomplete
|
||||||
|
lighttiger2505/deoplete-vim-lsp
|
||||||
lilydjwg/colorizer
|
lilydjwg/colorizer
|
||||||
liuchengxu/vim-clap
|
liuchengxu/vim-clap
|
||||||
liuchengxu/vim-which-key
|
liuchengxu/vim-which-key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user