Commit da127f21 authored by PowerUser64's avatar PowerUser64 Committed by Matthieu Coudron
Browse files

vimPlugins.compiler-nvim: init at 2024-04-25



Co-authored-by: default avatarGaetan Lepage <gaetan@glepage.com>
parent 94c9c50d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -17335,5 +17335,17 @@ final: prev:
    meta.homepage = "https://github.com/jhradilek/vim-snippets/";
  };
  compiler-nvim = buildVimPlugin {
    pname = "compiler-nvim";
    version = "2024-04-26";
    src = fetchFromGitHub {
      owner = "Zeioth";
      repo = "compiler.nvim";
      rev = "cb14acd32ba9ea09d01bbe3493aefdc59b68965c";
      sha256 = "sha256-YZyT5B0nk9LxaEA5ntuKPs7yf/Ix7zs3f6N3UOc9AIU=";
    };
    meta.homepage = "https://github.com/Zeioth/compiler.nvim/";
  };
}
+5 −0
Original line number Diff line number Diff line
@@ -427,6 +427,11 @@
    dependencies = with self; [ plenary-nvim ];
  };

  compiler-nvim = super.compiler-nvim.overrideAttrs {
    dependencies = [ self.overseer-nvim ];
    nvimRequireCheck = "compiler";
  };

  completion-buffers = super.completion-buffers.overrideAttrs {
    dependencies = with self; [ completion-nvim ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ https://github.com/tzachar/compe-tabnine/,,
https://github.com/tamago324/compe-zsh/,,
https://github.com/xeluxee/competitest.nvim/,HEAD,
https://github.com/krady21/compiler-explorer.nvim/,HEAD,
https://github.com/Zeioth/compiler.nvim/,HEAD,
https://github.com/steelsojka/completion-buffers/,,
https://github.com/nvim-lua/completion-nvim/,,
https://github.com/aca/completion-tabnine/,,