vimPlugins.LanguageClient-neovim: init at 2017-09-05

This commit is contained in:
Jörg Thalheim 2017-09-07 08:25:17 +01:00
parent e1cab6b4c5
commit 276d234659
2 changed files with 12 additions and 0 deletions

View File

@ -495,6 +495,17 @@ rec {
};
LanguageClient-neovim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "LanguageClient-neovim-2017-09-05";
src = fetchgit {
url = "https://github.com/autozimu/LanguageClient-neovim";
rev = "5bfc3492d50c3c48c6e0b0d1899ed2bbca2cf48f";
sha256 = "1zi3v4yx4hgzfr23377z84yngiqvdwjpdpkn12lpi6irb04q6641";
};
dependencies = [];
};
clighter8 = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "clighter8-2017-07-23";
src = fetchgit {

View File

@ -31,6 +31,7 @@
"github:alvan/vim-closetag"
"github:andviro/flake8-vim"
"github:ap/vim-css-color"
"github:autozimu/LanguageClient-neovim"
"github:bbchung/clighter8"
"github:benekastah/neomake"
"github:bitc/vim-hdevtools"