vimPlugins.nvim-completion-manager: init at 2017-09-05
This commit is contained in:
parent
e477fa94b5
commit
5c544b8c78
@ -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
|
rust-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "rust-vim-2017-07-14";
|
name = "rust-vim-2017-07-14";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -108,6 +108,7 @@
|
|||||||
"github:raichoo/purescript-vim"
|
"github:raichoo/purescript-vim"
|
||||||
"github:rhysd/vim-grammarous"
|
"github:rhysd/vim-grammarous"
|
||||||
"github:rodjek/vim-puppet"
|
"github:rodjek/vim-puppet"
|
||||||
|
"github:roxma/nvim-completion-manager"
|
||||||
"github:ryanoasis/vim-devicons"
|
"github:ryanoasis/vim-devicons"
|
||||||
"github:rust-lang/rust.vim"
|
"github:rust-lang/rust.vim"
|
||||||
"github:sbdchd/neoformat"
|
"github:sbdchd/neoformat"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user