From a348577b850ad6b52e9b15b082ffde2a583a1083 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 8 Sep 2022 10:44:39 -0400 Subject: [PATCH] vimPlugins.compiler-explorer-nvim: init at 2022-09-08 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 17 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 5d72a591a61c..19fd08a4d59f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 59174fc69ed8..db0128b83bc2 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }); diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 726ef1447eba..c900a9865dca 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,