forked from mirrors/nixpkgs
Merge pull request #190348 from figsoda/compiler-explorer-nvim
vimPlugins.compiler-explorer-nvim: init at 2022-09-08
This commit is contained in:
commit
7fa06a5398
File diff suppressed because it is too large
Load diff
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue