Skip to content

Commit

Permalink
nvim-cm-racer: init at 2017-07-27
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 20, 2017
1 parent 276d234 commit 2ebfdf9
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 @@ -1374,6 +1374,17 @@ rec {

};

nvim-cm-racer = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "nvim-cm-racer-2017-07-27";
src = fetchgit {
url = "https://github.com/roxma/nvim-cm-racer";
rev = "2a8a4a49fa58c5dac9e0bed9511f6928930cacd2";
sha256 = "1yljxwypgn91084yyicbc2qprn31ld7s4drvnddzczyhzq5m2gpx";
};
dependencies = [];

};

nvim-completion-manager = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "nvim-completion-manager-2017-09-05";
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 @@ -110,6 +110,7 @@
"github:rhysd/vim-grammarous"
"github:rodjek/vim-puppet"
"github:roxma/nvim-completion-manager"
"github:roxma/nvim-cm-racer"
"github:ryanoasis/vim-devicons"
"github:rust-lang/rust.vim"
"github:sbdchd/neoformat"
Expand Down

0 comments on commit 2ebfdf9

Please sign in to comment.