vimPlugins.compiler-explorer-nvim: init at 2022-09-08

This commit is contained in:
figsoda
2022-09-08 11:03:00 -04:00
parent bd3d7bf60f
commit a348577b85
3 changed files with 17 additions and 0 deletions
@@ -1852,6 +1852,18 @@ final: prev:
meta.homepage = "https://github.com/tamago324/compe-zsh/";
};
compiler-explorer-nvim = buildVimPluginFrom2Nix {
pname = "compiler-explorer.nvim";
version = "2022-09-08";
src = fetchFromGitHub {
owner = "krady21";
repo = "compiler-explorer.nvim";
rev = "5fe1bdd9ff255d7ad2cc952b844c59fd71bd58a9";
sha256 = "06klr4mgqr30p33pcm74h7isajkq4rj0wk7ibl5h9jg7l0d4jiqh";
};
meta.homepage = "https://github.com/krady21/compiler-explorer.nvim/";
};
completion-buffers = buildVimPluginFrom2Nix {
pname = "completion-buffers";
version = "2021-01-17";
@@ -257,6 +257,10 @@ self: super: {
'';
});
compiler-explorer-nvim = super.compiler-explorer-nvim.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});
completion-buffers = super.completion-buffers.overrideAttrs (old: {
dependencies = with self; [ completion-nvim ];
});
@@ -155,6 +155,7 @@ https://github.com/hrsh7th/compe-conjure/,,
https://github.com/GoldsteinE/compe-latex-symbols/,,
https://github.com/tzachar/compe-tabnine/,,
https://github.com/tamago324/compe-zsh/,,
https://github.com/krady21/compiler-explorer.nvim/,HEAD,
https://github.com/steelsojka/completion-buffers/,,
https://github.com/nvim-lua/completion-nvim/,,
https://github.com/aca/completion-tabnine/,,