vimPlugins.nvim-completion-manager: init at 2017-09-05

This commit is contained in:
Jörg Thalheim 2017-09-07 08:24:59 +01:00
parent e477fa94b5
commit 5c544b8c78
2 changed files with 12 additions and 0 deletions

View File

@ -1363,6 +1363,17 @@ rec {
};
nvim-completion-manager = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "nvim-completion-manager-2017-09-05";
src = fetchgit {
url = "https://github.com/roxma/nvim-completion-manager";
rev = "d9db97f7e5a4ab8af905bc00a4501d770368dee4";
sha256 = "1aaclyz1ss2iv0lwcxkz8x5x4wivsixmlk5xakwy989q9g9ps2f1";
};
dependencies = [];
};
rust-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "rust-vim-2017-07-14";
src = fetchgit {

View File

@ -108,6 +108,7 @@
"github:raichoo/purescript-vim"
"github:rhysd/vim-grammarous"
"github:rodjek/vim-puppet"
"github:roxma/nvim-completion-manager"
"github:ryanoasis/vim-devicons"
"github:rust-lang/rust.vim"
"github:sbdchd/neoformat"