vimPlugins.LanguageClient-neovim: init at 2017-09-05
This commit is contained in:
parent
e1cab6b4c5
commit
276d234659
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user