Commit 6289ae75 authored by figsoda's avatar figsoda
Browse files

vimPlugins.bitbake-vim: init at 2021-02-06

manually add it to the overrides, so it doesn't break the update script
parent 85ea766d
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -149,6 +149,19 @@ self: super: {
    };
  };

  # The GitHub repository returns 404, which breaks the update script
  bitbake-vim = buildVimPluginFrom2Nix {
    pname = "bitbake.vim";
    version = "2021-02-06";
    src = fetchFromGitHub {
      owner = "sblumentritt";
      repo = "bitbake.vim";
      rev = "faddca1e8768b10c80ee85221fb51a560df5ba45";
      sha256 = "1hfly2vxhhvjdiwgfz58hr3523kf9z71i78vk168n3kdqp5vkwrp";
    };
    meta.homepage = "https://github.com/sblumentritt/bitbake.vim/";
  };

  chadtree = super.chadtree.overrideAttrs {
    passthru.python3Dependencies = ps: with ps; [
      pynvim-pp