vimPlugins.LanguageClient-neovim: init at 2018-08-07

This commit is contained in:
Paul Reimer 2019-07-01 17:11:57 -07:00
parent be356cddb9
commit 767e0e5905
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
2 changed files with 12 additions and 0 deletions

View File

@ -958,6 +958,17 @@ let
};
};
LanguageClient-neovim = buildVimPluginFrom2Nix {
pname = "LanguageClient-neovim";
version = "2018-08-07";
src = fetchFromGitHub {
owner = "autozimu";
repo = "LanguageClient-neovim";
rev = "dd45e31449511152f2127fe862d955237caa130f";
sha256 = "1i1c98r9fg1mzyl15b3grk6v7s7frwadh86rr1ggz7aq1gwfy7dq";
};
};
last256 = buildVimPluginFrom2Nix {
pname = "last256";
version = "2017-06-10";

View File

@ -13,6 +13,7 @@ andviro/flake8-vim
ap/vim-css-color
arcticicestudio/nord-vim
artur-shaik/vim-javacomplete2
autozimu/LanguageClient-neovim
bazelbuild/vim-bazel
bbchung/clighter8
benmills/vimux