Skip to content

Commit

Permalink
vimPlugins.LanguageClient-neovim: init at 2017-09-05
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 20, 2017
1 parent e1cab6b commit 276d234
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 276d234

Please sign in to comment.